I'm new to .NET (only two weeks!) and I have an ASP.NET application I'm working on and I can't find a solution to my problem so here I am asking for help!
I have a radio button group and a textbox on a form.
The radio button group does not have a preselected value and the textbox has no initial value.
When the user clicks the submit button I need to make sure they have either selected one of the radio buttons OR have entered something in the textbox.
How do I do this? I tried using the CompareValidator but that isn't working.
Thanx in advance!
I have a radio button group and a textbox on a form.
The radio button group does not have a preselected value and the textbox has no initial value.
When the user clicks the submit button I need to make sure they have either selected one of the radio buttons OR have entered something in the textbox.
How do I do this? I tried using the CompareValidator but that isn't working.
Thanx in advance!