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 is GAC in ASP.NET 2.0
What is the meaning of TestApi?
What is another word for redirect?
Is asp.net and .net are same or different?
What is the difference between application state and session state in asp net?
What is the difference between custom web user control and a custom web server control?
What is the use of worker process in asp.net?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What are the different types of validation controls in asp.net?
How is it possible for .NET to support many languages?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is asp.net web pages?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How many ways are there to maintain a state in .net? What is view state?
What is the function of the ViewState property?