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
What are the differences between code behind and code inline?
How does session work in asp net?
When should I use server transfer and response redirect?
What is Web API?
How does session authentication work?
Can you dynamically assign a Master Page?
What are the uses of reflection?
What is the difference between equals() and == in c#?
What are the ways to sending the data in ASP.NET page?
IN an ASP.NET Web application if there is any error, how can you debug?
What is the concept of view state in asp.net?
What is the viewstate in asp.net?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is skin in asp.net?
Explain server-side scripting?