Hello friends,
What do you mean by validation in Asp. net ? Explain it's types ?
Hello friends,
What do you mean by validation in Asp. net ? Explain it's types ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 20, 2011, 1:22 PM
Validation server controls are set of controls that enable you to work with the information your end users inputs into application.
There are six types of validation controls available:
RequiredFieldValidator
RangeValidator
RegularExpressionValidator
CompareValidator
CustomValidator
ValidationSummary
For more details refer the below link
http://www.beansoftware.com/ASP.NET-Tutorials/Validation-In-ASP.NET.aspx
Thanks
Suthish NairPosted Oct 20, 2011, 1:16 PM