TTextBox Samples

SingeLine Text Boxes

Text box with default settings:
Text box with customized color, font, columns, maximum length:
Text box with vCard support: First Name: Last Name:
Disabled text box:
Read-only text box:
Auto postback text box not causing validation:
Auto postback text box causing validation:
Text box's behavior upon postback:
Safety feature (cross-site scripting prevention): SafeText: TextBox2->SafeText%> />

Password Text Boxes

Password with default setting
Password with PersistPassword enabled

MultiLine Text Boxes

Text box with default settings:
Text box with customized dimensions, font and content: This is a multiline text box. In HTML, it is displayed as a textarea.
Disabled text box:
Read-only text box with text-wrapping disabled:
Auto postback text box not causing validation:
Auto postback text box causing validation:

Html5 new input types

Color picker textbox
Date picker textbox
Date, time and timezone picker textbox
Local date and time picker textbox
Email validation textbox
Month / year picker textbox
Textbox optimized to input a number, usually with a spinner
Textbox optimized to input a number, with properties min = 10, max = 20, step = 2
Textbox optimized to input a value inside a range, usually with a slider
Textbox optimized to input a search term
Textbox optimized to input a telephone number
Time picker textbox
Textbox optimized to input an URL address
Week / year picker textbox