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 is httpresponse?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is razor? : asp.net mvc
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is HTTPModule and HTTPcontext? What is the use of each?
What are session and cookies?
Explain the updatepanel?
Why session is more secure than cookies?
What is global.asax file used for?
Explain how asp.net different from asp?
Is asp net front end or backend?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
Which control has default post back is enabled(true)?
How would you get asp.net running in apache web servers?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc