VB.NETに次のラジオボタンがあります
<asp:RadioButtonList ID="rbedit" runat="server" RepeatDirection="horizontal" >
<asp:ListItem Value="1" >Yes</asp:ListItem>
<asp:ListItem Value="0" >No</asp:ListItem>
</asp:RadioButtonList></td>
ユーザーがクリックしたボタンを特定し、その値を変数に設定する必要があります。どうすればこれを行うことができますか?