By tag: ValidationApplicationBlock
0
kicks
Using Validation Application Block in ASP.NET
Any web page which requires input from the user simply cant allow just any data to be entered because the data might be too long, missing or incorrect. We need to validate the data entered by the users in a number of ways; for example, First Name and Last Name might be required fields and Date of Bi...
0
kicks
Validation Application Blocks in practice [Part II]
Enterprise Library 3.0 Dribbles - Validation Application Blocks in practice [Part II]
In the past dribble we used the Attributes based Validation of (VAB) Validation Application Blocks of Enterprise Library 3.0 , this time we'll learn how to use the Configuration based Validation of VAB to validate...
0
kicks
How to use the Validation Application Block in Enterprise Library V3.0
The Validation Application Block is the hottest new feature in the upcoming new version of the Enterprise Library V3.0.
In this tutorial, the author describes how to use it using attributes and how you can extend it using your own validators.