2713 Users read it.

Server Control Form Validation
by Frank Beverdam (April 29, 2005)

Introduction to Validation

The Web Forms framework includes a set of validation server controls that provide an easy-to-use but powerful way to check input forms for errors and, if necessary, display messages to the user.

Validation controls are added to a Web Forms page like other server controls. There are controls for specific types of validation, such as range checking or pattern matching, plus a RequiredFieldValidator that ensures that a user does not skip an entry field. You can attach more than one validation control to an input control. For example, you might specify both that an entry is required and that it must contain a specific range of values.

 

Read more
36831 Users read it.

ASP.NET Validation Controls
by Armando Andrade (October 25, 2002)

In this article I want to share the logic behind ASP.Net validation controls with you. These controls come with the .NET framework. They perform validation on the client and server, meaning that in the remote case if the browser has no JavaScript support then the validation can only be performed on the server.

If you've never had experience with ASP.Net validation controls then this article will shed light on them and teach you everything you need to know about them
Read more
Follow us on twitter Subscribe to our RSS feed
Activate your free membership today | Login | Currency