How do you validate the controls in an ASP .NET page?
Answer Posted / raj
We can validate the controls in an ASP.NET page using
validation controls. There are six types of validation
controls in asp.net. They are :
RequiredFieldValidator,
RangeValidator,
CompareValidator,
RegularExpressionValidator,
CustomValidator and
Validation Summary
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are triggers of an updatepanel?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Explain Session state management options in ASP.NET.
What is data cache in sql server?
Can I stream live content/events?
How you can return View from ASP.NET Web API method?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is the adavantage of using ASP.NET routing?
How ViewstateMac works?
Write the different features of a Thread and a Process?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is a form tag?
If you want to write your own dot net language, what steps you will you take care?
Where code pages are used?
Explain what does wsdl stand for?