ComponentOne Input for ASP.NET AJAX: Using C1NumericInput

Using C1NumericInput

The C1NumericInput control, derived from C1MaskedInput, is specialized for editing numeric values. Using the numeric editor, you can specify input without writing any custom validation logic in your application. The following image shows a C1NumericInput control:

 

 

Key Benefits

The key benefits of C1NumericInput include the following:

      C1NumericInput control renders a numeric editor.

      Ability to choose a specific culture for C1NumericInput, for example, English, Spanish, German, Russian, and so on. Note that C1NumericInput uses the selected Culture property to render number group separators (thousands separator), decimal separator, and signs.

      Numeric range support with the ability to easily change MinValue and MaxValue properties.

      Client-side events available for you to use to increase the performance of your Web form by eliminating a postback.


Defining C1NumericInput


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.