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 are the web form events available in asp.net?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Is asp.net different from asp? If yes, explain how?
Can we use html in asp.net?
Explain exception handling in .net.
What are the steps involved to fill a dataset?
Define msil.
what are the security certificates used in webservices?
What is a session in asp.net?
Explain Life cycle of ASP.NET page when a request is made.
How ViewstateMac works?
What is page request in asp.net?
What are session objects?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the difference between table and query?