Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
321 Points
456 Posts
Apr 04, 2012 07:24 AM|LINK
Hi Guys, i have a group of Radio buttons and i need to check if one has been clicked if not then throw an erorr how can i validate the below....
<legend>Follow Opening Script?</legend> <p><strong><asp:RadioButton GroupName="OpeningScript" CssClass="inline-radio" ID="rdoOpeningScriptYes" runat="server" Text="Yes" TextAlign="Right" /></strong> <strong><asp:RadioButton GroupName="OpeningScript" CssClass="inline-radio" ID="rdoOpeningScriptNo" runat="server" Text="No" TextAlign="Right" /></strong> </p>
Harrison.Sco...
Member
321 Points
456 Posts
How to validate radio buttons with a GroupName
Apr 04, 2012 07:24 AM|LINK
Hi Guys, i have a group of Radio buttons and i need to check if one has been clicked if not then throw an erorr how can i validate the below....
<legend>Follow Opening Script?</legend> <p><strong><asp:RadioButton GroupName="OpeningScript" CssClass="inline-radio" ID="rdoOpeningScriptYes" runat="server" Text="Yes" TextAlign="Right" /></strong> <strong><asp:RadioButton GroupName="OpeningScript" CssClass="inline-radio" ID="rdoOpeningScriptNo" runat="server" Text="No" TextAlign="Right" /></strong> </p>