Hi,
I am working on web application using C#, and ASP.net 2.0
I have created 3 radio buttons code is below
I am not able to get the values, that what user has clicked
<asp:RadioButton ID="RadioButton1" runat="server" Checked="True" Text="Both" GroupName="mode" /> <asp:RadioButton
ID="RadioButton2" runat="server" Text="Shortfall" GroupName="mode" />
<asp:RadioButton ID="RadioButton3" runat="server" Text="Overages" GroupName="mode" />
I mean if user has selected Both or Shortfall or Overages from the radiobutton
Please help
Thanks
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.