Hits Today: 2 Total: 6677 | Updated: 8/20/2002 | |
 | The ValidationSummary control is used for displaying a summary of validation errors for all of the validation controls on a page. Author: unknown Code: ASP.NET v1.0 & VB |
Hits Today: 2 Total: 152 | Updated: 8/7/2007 | |
 | In this tutorial we'll see how easy it is to add validation controls to the EditItemTemplate and InsertItemTemplate of a data Web control, to provide a more foolproof user interface. Author: Scott Mitchell Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 2565 | Updated: 10/25/2001 | |
 | ASP.NET introduces - Validation Controls. These controls are just like Web Controls & can do many things like - Check if a field is filled out, Compare a field to something, Check to see if a field is within a certain range, you can even create your own! Author: Philip Quinn Code: ASP.NET Beta 2 & VB | |  | |
Hits Today: 1 Total: 2741 | Updated: 4/21/2002 | |
 | ASP.NET frees the programmer from performing common validation tasks through the use of special web controls called validation controls. These 10 downloadable code samples will show you how to use all of the available validation controls. Author: Bipin Joshi Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 981 | Updated: 4/3/2004 | |
 | This article describes a common validation framework for the validation of method parameters, class properties and fields. Interspersed with this overview is a discussion of the .NET features leveraged such as Reflection and custom attribute types. |
Hits Today: 3 Total: 61 | Updated: 2/22/2008 | |
 | The standard ASP.NET validators do not allow validating single Check boxes and Radio buttons. The Check Validator provides this functionality in a clean way. A typical use of this validator is the "Accept terms and conditions." check. Author: Adam Tibi Code: ASP.NET v2.0 & C# | |  | |
|