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 for allowing users to enter a particular type of value, and automatically restrict the values users can enter to that type. They automatically handle the parsing of values that the user enters and formatting of their values for display.
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