LISTBOX
CONTROL
HTML Code
<asp:Label
ID="Label1" runat="server"
Text="Choose your favourite Language"
</asp:Label>
<asp:ListBox
ID="ListBox1" runat="server"
onselectedindexchanged="ListBox1_SelectedIndexChanged"
Rows="7" SelectionMode="Multiple"></asp:ListBox>
<asp:Label
ID="Label2" runat="server"
Text="Label"></asp:Label>
<asp:Button
ID="Button1" runat="server"
onclick="Button1_Click" Text="Button"
/>
No comments:
Post a Comment