|
How to write “Please select …” as the first item in the DropDownList/ListBox while populating them from the server side?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET DropDownList-and-ListBox
In case we want first item of the DropDownList or ListBox as “Please select …” while populating the
items from the server side, we can use this approach.
|