The Telerik ASP.NET Input controls are a set of four highly configurable components for controlled data input in ASP.NET applications. The four controls - RadTextBox, RadNumericTextBox, RadMaskedTextBox and RadDateInput - are each designed to allow users to enter a particular type of value, and automatically restrict the values users can enter into each of them. They automatically handle the parsing and formatting of values that the user enters.
While each of the Telerik ASP.NET Input controls has its own unique features, designed to support a particular data type, they all share a number of common features so that you can take advantage of the same rich set of options, no matter what type of data you want to collect.

Top