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.
<asp
ropDownList ID="ddlHospitals" AutoPostBack="true" runat="server">
<asp:ListItem Text="Select a Hospital" Value="-1" Enabled="true"
Selected="True"></asp:ListItem>
</asp
ropDownList>
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.
<asp
<asp:ListItem Text="Select a Hospital" Value="-1" Enabled="true"
Selected="True"></asp:ListItem>
</asp
Thanks in advance.
KT