Tuesday, 27 December 2011

LISTBOX

<asp:ListBox ID="LbInterest" runat="server" Rows="2" SelectionMode="Multiple">
<asp:ListItem Text="Cricket" Value="0"></asp:ListItem>
<asp:ListItem Text="Hockey" Value="1"></asp:ListItem>
<asp:ListItem Text="Football" Value="2"></asp:ListItem>
<asp:ListItem Text="Baseball" Value="3"></asp:ListItem>
</asp:ListBox>

No comments:

Post a Comment