Banner Ad

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. 

Monday, February 11, 2013

Validators in ASP.Net – Part 5 : Custom Validator Control

By Francis   Posted at   11:51 AM   Validators in ASP.Net No comments
Custom validator Control:

In my previous posts, I have explained 4 validation controls. In this post I’m going to explain Custom validation control. In some situations we need to customization on validations. At this time Custom validator comes in to picture.


             Custom Validator provides 2 ways to do your validation. One is Client side and another one is Server side.  User can achieve the Server side validation by using the property “OnServerValidate” property. In this property user must give the server side function name which handles the validation.

Connect with Us