R
Raymond Cheung
On the aspx page, I have the following code
<asp:Radiobutton id=heis Text="Yes" Groupname="idiot"
checked="true" runat="server" />
    <asp:Radiobutton id=heisnot Text="No"
Groupname="idiot" runat="server" />
How do I keep track this radiobutton on the code behind
page in vb?
<asp:Radiobutton id=heis Text="Yes" Groupname="idiot"
checked="true" runat="server" />
    <asp:Radiobutton id=heisnot Text="No"
Groupname="idiot" runat="server" />
How do I keep track this radiobutton on the code behind
page in vb?