 |
The Validator
Control is a .NET Control that is used to validate user input in Windows Forms
based Applications. The Validator Control is a single control packed with the
power of performing various types of validations on Typical windows Controls
like TextBox, ComboBox, ListBox, CheckedListBox. There are a variety of
validations that can be performed on these controls such as RequiredField
Validation, Numeric Field Validation, Regex Expressions, Combo box validations
and more
Rating: 
|
WinForm Validator Control is similar to
ASP.NET Validator control, and is a single control packed with the power of
performing various types of validations on Typical windows Controls.
Some of the Cool Features are
-
Quick and Easy UI to enter Validations.
-
Single line code to perform all types
of Validations
-
Various options of displaying Error
Messages
-
Can also display Error Messages in the
form of Balloon Tooltip
-
Also provides an option for Handling
Errors manually.
-
Built-in list of Common Regular
Expression Definitions
Comment: This control is a real use
for the developers to complete the Form validation quickly and also its
supports group validation which is another cool featrure along with the Balloon
Tooltip message type. To try this control clink the following link delow.
Link :
http://www.windowsforms.net/ControlGallery/ControlDetail.aspx?Control=365&tabindex=0
|