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
Which is better php or asp.net?
Which tool you have done?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is application and session in asp.net?
What is the function of the ViewState property?
What are web server controls in asp.net?
What is applicatio domain?
What is the difference between exe and dll?
What are cookies in asp.net?
What is caching? What are different ways of caching in asp.net?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is the use of autowireup in asp.net?
Explain the difference between array and linkedlist?