Dear All,
I am new to ASP.NET and I am just experimenting a bit with the drop-down list.
I have the following
<asp
ropDownList CssClass="news_paragraph" DataSource="<%# dsCourses.DefaultView %>" DataTextField="courseTit" DataValueField="courseTit" ID="coursesList" runat="server"></asp
ropDownList>
Can you please tell me how can I insert a default value in the drop-down list, for example "Please Choose" which is not present in the dataset?
I can insert this text (Please Choose) as value 1 in the table, however I wish to know if there is a work around in VB.NET.
Hope I made my query understandable enough
thanks for your help and time
Johann
I am new to ASP.NET and I am just experimenting a bit with the drop-down list.
I have the following
<asp
Can you please tell me how can I insert a default value in the drop-down list, for example "Please Choose" which is not present in the dataset?
I can insert this text (Please Choose) as value 1 in the table, however I wish to know if there is a work around in VB.NET.
Hope I made my query understandable enough
thanks for your help and time
Johann