Review: PeterBlum.com Validation and More Controls
page 1 of 5
Published: 22 Dec 2005
Unedited - Community Contributed
Abstract
In this review, Steve Smith details what you get in the box with Peter Blum's Validation and More controls, presents and example, and proffers his opinion on the matter.
by Steven Smith
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 38768/ 37

Overview

Validation controls have been one of my favorite features of ASP.NET since I first saw it previewed (back when it was still ASP+). Coming from an ASP background, where integration of client- and server-side validation was, to be kind, tedious, I was eager to put these controls to the test. Initially, I was very pleased with the controls, but with time it became clear that they were "a good start" and were not really sufficient for many real world validation requirements (without resorting to custom validators and a lot of custom code, anyway). Enter Peter Blum's suite of validation controls (and more!), Professional Validation and More 3.0.3.

More than just validators, this suite of over 40 ASP.NET controls is designed to replace and extend the ASP.NET data entry control set, making it much easier to collect data from web forms and drastically improving your users' experience. The latest version (3.0.3 at the time of writing) is fully compatible with Visual Studio 2005 and .NET 2.0. For this review, I actually tested the controls in both VS 2003 and VS 2005 (and ASP.NET 1.1 and 2.0).


View Entire Article

User Comments

Title: developer   
Name: Truc Truong
Date: 2007-04-09 5:54:08 AM
Comment:
I used your VAM tool and i have a problem
Can you send me by mail about Exmaple?
I used VAM:ValidationSummary for show Error
I have two TextBox and one Button "TextBox1, TextBox2".
If((TextBox1.Text==null)||(TextBox2.Text==null))
{
Show Error by ValidationSummary
}
Else // Only one control not null is Submit
{
Submit
}

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-19 7:02:35 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search