Archive: January 2015 a2wd
Howto: Make changes to DropDownList items values & display text.
Visual Basic (VB.net) & ASP.net For a recent project I am dynamically binding a DropdDownList to a datasource (in this instance, a DataTable returned from SQL Server). The user needed to see a series of formatted strings (the index column) in the DropDownList but I couldn’t find anything on how to do this. The index […]