I have a dropdown list bound to a data reader. I want to add a default, static entry as the first option.
I am using
Code:
myDDL.Items.Add(New ListItem("Select Type", "0"))
to add the static entry.
However, it is always the last item in the list. How do I make this the first option in the list?
- - - - - - - - - - - - - - - - - - - - - - -
In God we trust, everything else we test.