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 / vijay
required field valodator is used to check where a browser
has entered a value in atextbox or not.
| Is This Answer Correct ? | 57 Yes | 24 No |
Post New Answer View All Answers
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Explain different authentication modes in asp.net?
What is ispostback method in asp.net? Why do we use that?
What are Authentication and Authorization?
How many types of session in ASP.NET
What is difference between datalist and gridview?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is a 404 redirect?
What does aspcompat="true" mean?
What is cross page posting? How is it done?
How can you use a custom controls in ASP.NET application?
What is session in web technology?
What are session cookies?
Explain client-side scripting?
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?