create web application...
Create web application which shows use of all validation controls.
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 Apr 8, 2013, 1:02 PM
1.RequiredFieldValidator:-Makes an input control a required field
2.CompareValidator:-Compares the value of one input control to the value of another input control or to a fixed value
3.RangeValidator:-Checks that the user enters a value that falls between two values
4.RegularExpressionValidator:-Ensures that the value of an input control matches a specified pattern
5.CustomValidator:-Allows you to write a method to handle the validation of the value entered
6.ValidationSummary:-Displays a report of all validation errors occurred in a Web page
Refer
http://www.c-sharpcorner.com/uploadfile/puranindia/validation-controls-in-Asp-Net/default.aspx
http://www.dotnetcurry.com/ShowArticle.aspx?ID=121
Javeed M ShaikhPosted Apr 8, 2013, 12:40 PM
take a look at this article:
http://www.c-sharpcorner.com/UploadFile/anandn_mvp/aspnetvalidationcontrols06202006021425AM/aspnetvalidationcontrols.aspx