<%--Body code--%> <br><div> <br><asp:RadioButtonList ID="RadioButtonList1" runat="server"> <br><asp:ListItem Value=" A">a</asp:ListItem> <br><asp:ListItem Value="B">b</asp:ListItem> <br></asp:RadioButtonList> <br><br>< ;asp:RadioButton ID="RadioButton1" GroupName="RBtn" Text="Male" runat="server" Checked="true" /> <br><asp:RadioButton ID="RadioButton2" GroupName="RBtn" Text="female" runat="server" /> <br><br><asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="Button1_ClientClick()">< /asp:Button> <br></div>
<%--Head code--%>
< ;/pre>