asp.net code
<aspropDownList id="infodrop" runat="server">
<asp:ListItem Value="TestData1">TestData1</asp:ListItem>
<asp:ListItem Value="TestData2">TestData2</asp:ListItem>
</aspropDownList>
Q: Why in my sample.aspx html dont have <asp:ListItem???
* I have a infodrop and i wanted to add an items like TestData1,TestData2 and TestData3.




ropDownList id="infodrop" runat="server">
Reply With Quote