%PDF- %PDF-
Direktori : /proc/985914/root/data/old/usr/lib/xsp/test/1.1/webcontrols/ |
Current File : //proc/985914/root/data/old/usr/lib/xsp/test/1.1/webcontrols/web_radiobuttonlist.aspx |
<%@ Page language="C#" %> <%@ Register TagPrefix="mono" TagName="MonoSamplesHeader" src="~/controls/MonoSamplesHeader.ascx" %> <html> <head> <link rel="stylesheet" type="text/css" href="/mono-xsp.css"> <title>RadioButtonList</title> </head> <body><mono:MonoSamplesHeader runat="server"/> <form runat="server"> Horizontal: <p> <asp:RadioButtonList id="rbl1" repeatDIrection="horizontal" runat="server"> <asp:ListItem>Seven</asp:ListItem> <asp:ListItem>Eleven</asp:ListItem> <asp:ListItem>Thirteen</asp:ListItem> <asp:ListItem>Seventeen</asp:ListItem> <asp:ListItem>Twenty-three</asp:ListItem> <asp:ListItem>Twenty-nine</asp:ListItem> </asp:RadioButtonList> <p> Vertical: <p> <asp:RadioButtonList id="rbl2" repeatDirection="vertical" runat="server"> <asp:ListItem>Seven</asp:ListItem> <asp:ListItem>Eleven</asp:ListItem> <asp:ListItem>Thirteen</asp:ListItem> <asp:ListItem>Seventeen</asp:ListItem> <asp:ListItem>Twenty-three</asp:ListItem> <asp:ListItem>Twenty-nine</asp:ListItem> </asp:RadioButtonList> </form> </body> </html>