私は次のものを持っています:
<asp:RadioButtonList ID="rbIsRep" runat="server" RepeatDirection="horizontal" >
<asp:ListItem Value="1" >Yes</asp:ListItem>
<asp:ListItem Value="0" >No</asp:ListItem>
</asp:RadioButtonList>
ラジオボタンリストに選択したアイテムがあるかどうかを確認するにはどうすればよいですか?