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 / ranga
Required validator checks for TextBox empty or not..
so to solve this problem
RequiredField validator--->properties..>validationGroup:sbmt
Button --->properties..>validationGroup:sbmt
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What language does asp.net use?
In asp.net, how can you validate drop down box?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What are the Types of authentications in IIS
In which event are the controls fully loaded?
What is the use of session?
How do you declare static variable?
How do session tokens work?
Is redux flux?
How can you implement encapsulation in asp.net?
Define static function?
How can I open ashx file in mobile?
What is difference between mvc and asp.net? : Asp.Net MVC
What is session and cookies in asp.net?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC