<%--본문 코드--%> <br><div> <br><asp:RadioButtonList ID="RadioButtonList1" runat="server"> <br><asp:ListItem Value=" A"</asp:ListItem> <br><asp:ListItem Value="B">b</asp:ListItem> <br></asp:RadioButtonList> 🎜>< ;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:버튼> <br></div>