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
What is difference between cookies and cache?
How to fetch a data from one table to another table in asp.net ?
Is there any property names “isnavigating”?
What is the file extension of web service?
What is comparevalidator?
When was asp.net released?
What is globalization and localization in asp net?
What is the purpose of using MVC programming pattern in ASP.NET?
What is a url string?
What is smpte vc-1?
Where session variables are stored?
How will you do Redo and Undo in a TextControl?
Is asp.net and .net same?
What is connection pooling and how to enable and disable connection pooling?
How long the items in ViewState exists?