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
Explain about solution explorer window?
What are the benefits of view state?
What is the difference between login controls and forms authentication?
What are the types of validation in asp net?
Contrast OOP and SOA. What are tenets of each ?
How do http sessions work?
What is the usie of activex control in .net?
What is inheritance and an how it be used, example with an example?
What is state management technique?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What are custom controls?
What is the purpose of asp.net?
What does it mean your session has timed out?
Explain Life cycle of ASP.NET page when a request is made.
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?