If we add a textbox and give the required field
validator,and i add two radio buttons 1 is yes another one
is No.And i add another one server control button ,if i
click the button ,if the radio button Yes is checked the
validation control is fired ,if no the validation control
is not fired.So what you used to solve this problem.
Answer Posted / prakash
Required Field Validator does not depend upon any server
control either it is enable or disable.Means if radio
button1 is enable and radiobutton2 is disable at same time
then u press button then by default validation control
fired also in vice-versa case
| Is This Answer Correct ? | 11 Yes | 12 No |
Post New Answer View All Answers
Is session server side or client side?
Is asp.net outdated?
Why do we use sessions?
How can we create custom controls in asp net?
Can I combine classic asp and asp.net pages?
What is the difference between a page theme and a global theme?
What are the memory-mapped files?
What are the new navigation controls in asp.net 2.0?
What is difference between ispostback and autopostback in asp net?
How to comment out asp.net tags?
Can you set the session out time manually?
How to unit test Web API?
What is difference between viewstate and session in asp net?
Are cookies client side or server side?
What is ispostback method in asp.net? Why do we use that?