

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Voice on the Net Magazine
We have 33 Validation tutorials, you can see below:
How to extend web form controls to be self validating so you don\'t have to mess with validation controls.
How to use Flash to upload multiple files, and in a medium-trust hosting environment.
Replace the ugly ValidationSummary control text with your own, customizable popup summary window.
RequiredField Validator for ASP.NET ListControl derived webserver controls
CustomValidator which uses XMLHTTpRequest to make validation.
In this article we will have a look at implementing a custom web control. This web control will inherit from the TextBox web control, and will automatically add a required field validator at run-time.
An article describing how to implement a custom ASP.NET validator.
The ValidationSummary Control can be easily subclassed to make data driven web applications more code-friendly.
An article demonstrating creation of a custom ASP.NET validation summary control with highlighting of invalid form fields intelligently.
Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support.
A single control to validate a .NET Web Form.
Demistifying the mysterious ASP.NET validator controls, allowing fast and painless validation of Web Forms.
This article demonstrates serious bugs and security vulnerabilities that can be easily introduced by using the ASP.NET OnChange event for validation.
This article gives you a solution for generating a client side validation script in a component model that you can reuse in an ASP.NET project.
Validation controls will not set the focus to the appropriate control when the validation fails. This can be achieved using a custom validation file.
This article will teach you how to create your own ASP.NET buttons and image buttons that enable only a set of validators that are attached to these controls on your ASP.NET page.
RequiredField and Regular Expression validation together... you can use this control in place of group required field and regular expression validation controls.
This article describes the implementation of an ASP.NET Web Service which can be used for SSN format validation.
Validates a ListControl to ensure at least one RadioButton or CheckBox is checked.
Override the default implementention of client side validation of ASP.NET and modify the default functionality by adding focus to error fields and individual alerts for each invalid field
How flexible is the normal functionality of ASP.NET validators? In this article, I am going to show how to customize the appearance of the attached control of a validator during an error situation on the server or the client side, or even call a custom client function without postback.
Example of how to require that the user enters at least one of multiple textboxes.
An article describing how to add errors to the validation summary at runtime
An ASP.NET custom TextBox control with a built-in RequiredFieldValidator, providing a similar look and feel to the Windows Forms ErrorProvider.
Article outlining how to create a credit card validator control fully derived from BaseValidator.
Discussing the MultipleFieldsValidator that validates a group of fields in which at least one is required, like phone number, mobile phone number, or email. It inherits the BaseValidator and uses some new cool ASP.NET 2.0 features.
In this tutorial you\'ll find out how to validate a TextBox and RadioButtonList control on a webform using RequiredFieldValidator, which will show a warning and stop the submission of the form if a required field has no value.
Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support.
Article outlining how to create a credit card validator control fully derived from BaseValidator.
Demistifying the mysterious ASP.NET validator controls, allowing fast and painless validation of Web Forms.
A single control to validate a .NET Web Form...
An article describing how to implement a custom ASP.NET validator.
In this article, we would discuss a very brief and overall technique to verify the email addresses of the users that signup for a web account.