Hi,
I am populating a DropDownList with data obtained from an SQL database. I would also want to add other information to it. What I want is to add an item named SELECT which will be shown in the dropdownlist as the first preference. I tried doing this by adding an item to the collection, but when I run the page it just ignores it and shows only the data obtained from the database.
Any idea how to do it?