Books: ASP.NET: Tips, Tutorials, and Code Authors: Scott Mitchell, Pages: 878, Published: 2002
ASP.NET 2.0 All-In-One Desk Reference For Dummies: all-in-one desk reference for dummies Authors: Doug Lowe, Jeff Cogswell, Ken Cox, Pages: 910, Published: 2006
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2005
ASP.NET by Example Authors: Steven A. Smith, Pages: 552, Published: 2002
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Beginning Expression Web Authors: Zak Ruvalcaba, Pages: 474, Published: 2007
Professional ASP.NET 3.5: In C# and VB Authors: Bill Evjen, Scott Hanselman, Devin Rader, Pages: 1673, Published: 2008
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional Authors: Matthew MacDonald, Pages: 954, Published: 2007
Beginning ASP.NET 3.5 in VB 9.0: From Novice to Professional Authors: Matthew MacDonald, Pages: 1149, Published: 2007
Web:CustomValidator Control (General Reference) The CustomValidator control allows you to create a validation control with customized validation logic. For example, you can create a validation control ...
4GuysFromRolla.com - User Tips: Creating a Validation Control for ... For more information, refer to Creating Validator Controls for the CheckBox ... NET is that you can simply create a new custom Web control that includes the ...
Creating A Designer Enabled Custom Validator Control Pt. I: ASP ... This is a two-part article. The first part of this article will discuss how to create server-side validation for your custom control and the second part ...
Building a Custom Validator Control - Part 1 Instead, I would recommend creating a custom validation control and using ... This validator control is derived from the base class BaseValidator and is ...
ASP.NET.4GuysFromRolla.com: Using the CustomValidator Control This article, by Scott Mitchell, examines how to use ASP.NET's CustomValidator validation control to provide form validation using custom validation logic.
CustomValidator Class (System.Web.UI.WebControls) Use the CustomValidator control to provide a user-defined validation function .... example demonstrates how to create a server-side CustomValidator control. ...
Creating A Designer Enabled Custom Validator Control Pt. II Client ... In PART I, we discussed how to implement server-side validation in ASP.NET. Now we will conclude our discussion with how to implement validation for the ...
InformIT: Performing Form Validation with Validation Controls ... After you create your server-side and client-side subroutines, you can hook them up to your CustomValidator control by using the OnServerValidate and ...
CustomValidator Control - CodingForums.com CustomValidator Control ASP. ... Reload this Page CustomValidator Control ... I am trying to create a custom validation to display an error message if no ...
Custom Validator Control Can I create a custom validator control in my project and add it to a PlaceHolder on my ASPX page?? Here is what I've tried. ...