|
ASP.NET Book
The online ASP.NET Tutorial Book |
|||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||
ASP.NET BasicsHTML BasicsASP.NET Web Server Advanced HTML Application Designing Using Visual Studio ASP.NET Standards ASP.NET Styling ASP.NET Navigation ASP.NET TipsASP.NET ValidationHTML forms CSS Styling CSS Advanced ASP.NET Features ASP.NET Image Effects Common mistakes DB Design tips Building ApplicationsDesign Secure AppsBuild Secure Apps |
ASP.NET Validation Server Controls |
||||||||||||||||||||||||||||||||||
|
When using ASP.NET validating user-input is made very easy. You do not need to code from scratch for every input validation because you have already got ready-made ASP.NET Validation Server Controls. An ASP.NET Validation Server Controls can be used to validate the data input by a user. The validation control checks if the input data passes the validation control and will display an error message if not. The following is the format for an ASP.NET Validation Server Controls code snippet. <asp:control_name id="some_id" runat="server" />
Click on Start Lesson to continue learning. More Related ASP.NET tutorials
|
|||||||||||||||||||||||||||||||||||