home · blog · groups · about us · contact us
DevelopmentNow Blog
 Friday, September 01, 2006
 
 

I saw an article today by Stephen Walther about custom validators with ASP.NET. Or I guess it's not so much an article as an excerpt from a book. Anyhow, the article discusses making your own validator controls, and he shows some code (in VB, though, not C#) about how to make a reusable AJAX validator control. It's similar to the CustomValidator, except that it does its validate via an AJAX call. Thay way, if you need to do some expense or fancy server-side validation (e.g. do a database lookup), your user doesn't have to deal with a postback.

I won't make use of it today, but possibly in the future.

September 1, 2006    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]

Related posts:
iPhone Webapp Development for ASP.NET
Firefox 3.0.1 and FileUpload validator issues
Parse CSV Files in C# and ASP.NET
Visual Studio 2008 Virtual PC Performance Tips
Linq to SQL: Cast Stored Procedure Results to Table Entities
Grouping in Linq to SQL vs SQL


« Strip Non-Alphanumeric Characters in SQL... | Main | Smart Employee Goals »