私はvb.netに次のものを持っています
<asp:RadioButtonList ID="rbEdit5" runat="server" RepeatDirection="horizontal" >
<asp:ListItem Value="1" >Yes</asp:ListItem>
<asp:ListItem Value="0" >No</asp:ListItem>
</asp:RadioButtonList>
2つのリストアイテムのいずれかをプログラムで選択する必要があります。vb.netで上記の「はい」とプログラムで選択するにはどうすればよいですか。