Display ‘–Select–’ in an ASP.NET DropDownList

Posted by Ken Cox [MVP] on ASP.net Weblogs See other posts from ASP.net Weblogs or by Ken Cox [MVP]
Published on Sat, 03 Apr 2010 02:06:10 GMT Indexed on 2010/04/03 2:13 UTC
Read the original article Hit count: 814

Filed under:
|
|
|
A purchaser of my book writes: “I would like a drop down list to display the text: "-Select-" initially instead of the first value of the data it is bound to.” Here you go…   <%@ Page Language="VB" %> <script runat="server">     Protected Sub Page_Load(ByVal sender As Object, _                            ...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about Visual Basic