Asp Dropdownlist

[Solved] Asp Dropdownlist | Vb - Code Explorer | yomemimo.com
Question : asp:DropDownList

Answered by : bright-bug-kf27jijhiaij

<asp:DropDownList id="DropList" Runat="Server"> <asp:ListItem Text="Item 1" Value="1"/> <asp:ListItem Text="Item 2" Value="2"/> <asp:ListItem Text="Item 3" Value="3"/> <asp:ListItem Text="Item 4" Value="4"/> <asp:ListItem Text="Item 5" Value="5"/>
</asp:DropDownList>

Source : | Last Update : Fri, 20 Nov 20

Answers related to asp dropdownlist

Code Explorer Popular Question For Vb