Input for ASP.NET AJAX

TextBox, DateInput, NumericTextBox,

MaskedTextBox and InputManager.

Part of RadControls for ASP.NET AJAX.

Input

RadTextBox

Provide your users with the ability to easily input plain text in your forms. View demo

RadNumericTextBox

Create an intuitive form by providing an input specifically designed for numbers, currency, and percentages. View demo

RadDateInput

Take use of an ASP.NET input control which allows you to only accept a date as an input. View demo

RadMaskedTextBox

Integrate masked inputs into your ASP.NET form, allowing formatting on the provided text via masks such as IP address, phone number, and even zip codes. View demo

Validation

Validate all of your inputs, either via client-side or server-side, to ensure that the data entered in you form is valid. View demo

Extend Regular Inputs

Extend the functionality of the standard ASP.NET TextBox to include many of the abilities of Telerik’s Input control. View demo

HTML5 Input Types

Utilize the built-in support for HTML5 input types. The Input control can render its input element using the HTML5 text, number, date, and datetime types. View demo