hello,
i have two radio buttons in my page and need user to select one out of them, else an error message is displayed. i know some might think why not use radiobuttonlist ?? due to requirement i cant.
any help with code will be appreciated..
my code..
i have two radio buttons in my page and need user to select one out of them, else an error message is displayed. i know some might think why not use radiobuttonlist ?? due to requirement i cant.
any help with code will be appreciated..
my code..
Code:
<asp:RadioButton ID="csamaintv" runat="server" GroupName="csamaintg" /> <asp:RadioButton ID="csamaintr" runat="server" GroupName="csamaintg" />
Comment