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 type/key pairs in client script registration?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Explain authorization levels in .net ?
Are cookies stored on server or client?
Explain how can we inherit a static member?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What are the advantages of using Master Pages?
In which event of the page life cycle, is the viewstate available?
Explain swagger components.
What is the difference between abstract class vs interface? Can give me the real time examples?
What is the use of asp.net web api?
What is the use of express session?
How does http session work?
What is the purpose of url encoding?
What is a web farm?