The following example demonstrates the use of various controls that can be very
helpful for taking input from the users or giving him a feedback. The controls used
in this demo are -
Masked Edit - It applies a "mask" to the input
that permits only certain types of characters/text to be entered. You can also choose
to validate the mask. It has been used for Phone and Birth Date.
Validator Callout - It enhances the functionality
of existing ASP.NET validators by showing error messages in callouts. Shown here
for Name and Phone.
Calendar - It provides client-side date-picking
functionality with customizable date format and UI in a popup control. Used here
for Birth Date.
Numeric UpDown - It adds "up" and "down" buttons
that increment and decrement the value. Used here for No. of Dependants.
Filtered TextBox - It prevents a user from
entering invalid characters into a text box. Used here for No. of Dependants.
Toggle Button - It enables the use of custom
images to show the state of the CheckBox. Used here for Send me Emails checkbox.