K
KT
I have this code below on my aspx page but it doesn't load this into the
drop down list at runtime. The dropdown list poplulated from a SQL stored
procedure...but adding a value to the list like below should work.
<aspropDownList ID="ddlHospitals" AutoPostBack="true" runat="server">
<asp:ListItem Text="Select a Hospital" Value="-1" Enabled="true"
Selected="True"></asp:ListItem>
</aspropDownList>
Thanks in advance.
KT
drop down list at runtime. The dropdown list poplulated from a SQL stored
procedure...but adding a value to the list like below should work.
<aspropDownList ID="ddlHospitals" AutoPostBack="true" runat="server">
<asp:ListItem Text="Select a Hospital" Value="-1" Enabled="true"
Selected="True"></asp:ListItem>
</aspropDownList>
Thanks in advance.
KT