D
dancer
Using VB2005 and Asp.Net
How do I make a variable from an Asp: radio button? I know how to do it
from a asp:text box.
Here is my control:
<asp:RadioButtonList id=EmpCaution runat="server">
<asp:ListItem>Yes</asp:ListItem>
<asp:ListItem>No</asp:ListItem>
</asp:RadioButtonList>
How do I make a variable from an Asp: radio button? I know how to do it
from a asp:text box.
Here is my control:
<asp:RadioButtonList id=EmpCaution runat="server">
<asp:ListItem>Yes</asp:ListItem>
<asp:ListItem>No</asp:ListItem>
</asp:RadioButtonList>