|
How to avoid appending the new items in the DropDownList or ListBox on top of the existing items?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET DropDownList-and-ListBox
In case we are appending items into the DropDownList or ListBox from the server side and that item
is getting appended at the beginning but we want it to appear at specified location, we can use this
approach.
|