Banner Ad

Showing posts with label Validators. Show all posts
Showing posts with label Validators. Show all posts

Tuesday, February 26, 2013

Validators in ASP.Net –Part 6 : Validation Summary Control

By Francis   Posted at   12:53 PM   Validators in ASP.Net No comments

Validation Summary Control

                In my previous posts I have explained about validators. In this post I’m going to talk about the final validation control, Validation Summary Control.  Actually, Validation summary is not a validation control, like other Validation controls. It’s like a container which is used to display all the error messages (by other validation) in a single place. 

Wednesday, January 30, 2013

A Word about Client Side and Server Side Validation

By Francis   Posted at   11:42 AM   Validators No comments

Most of the programmers are aware about the 2 types of validation. One is Server side validation and another one is Client side validation. Each of them had advantages and disadvantages also. For novice programmers, I just want to give brief intro about these.  

Friday, January 4, 2013

Validators in ASP.Net - Part 1

By Francis   Posted at   9:00 AM   Validators in ASP.Net

For any application, validation performs a key role. For this Microsoft provides the following types of validators:
1. Required Field validator
2. Regular Expression Validator
3. Range Validator
4. Compare Validator
5. Custom Validator
6. Validation Summary

Connect with Us