| InputDate, InputNumber, InputText |
|
InputDate - the TextBox for entering dates with possibility of
using a pop-up calendar.
You can enter day or day and month (8 or 6/8) using any separator ("\", ".") and control will automatically add current month and year. Setting a range of dates is available. Calendar is refreshed without PostBack.
This component works with Internet Explorer, Opera and Mozilla. It can be
automatically localized depending on culture settings on a client computer.
This control has some client side events.
InputNumber - number input field. Control allows you to define range of number to be inputted. You can also choose negative and fraction number options, set percision of the number. Component has increment buttons and button to call Pop-up calculator. Also allows to define a range of valid numbers.
This control has some client side events.
InputText - textbox field with highlight effect. The controls support ASP.NET AJAX and keyboard navigation. |