Your complete collection of data-entry and validation controls: choose from masked, date, numeric, and custom editing. Get built-in masks, custom format support, localization, and more with Input for ASP.NET Web Forms Edition.
|
Getting Started
|
To get started, review the following topics:
|
The controls comprising Input for ASP.NET Web Forms Edition include:
- C1InputCurrency
The C1InputCurrency control, derived from C1InputNumeric, is specialized for editing currency values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.
For details, see Using C1InputCurrency.
- C1InputDate
The C1InputDate control, derived from C1InputMask, is specialized for editing the date and time. The C1InputDate control renders a date editor.
For details, see Using C1InputDate.
- C1InputMask
The C1InputMask control is the main Web control used for entering and editing information of any data type in a text form. It supports data formatting, edit mask, data validation and other features. It also supports formatted and masked editing of all data types, including additional functionality. Apart from being the main data editor control, C1InputMask also serves as the base class for specialized controls such as C1InputDate and C1InputNumeric.
For details, see Using C1InputMask.
- C1InputNumeric
The C1InputNumeric control, derived from C1InputMask, is specialized for editing numeric values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.
For details, see Using C1InputNumeric.
- C1InputPercent
The C1InputPercent control, derived from C1InputNumeric, is specialized for editing percent values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.
For details, see Using C1InputPercent.
See Also