Genpact Cora Knowledge Center

Support

Textbox Control Overview

The Textbox control is a basic ASP.NET control.

Feature
Description
Textbox Control Features
Overview
General information about the Textbox control. For more information, click here.
AutoComplete
Creates a list of values based on values entered by the user, which displays when the user subsequently accesses the text box. For more information, click here.
Validation
Validate user input. For more information, click here.
Context Menu
A context menu with built-in commands displays when users right-click the control. For more information, click here.
Spell Checking
Enable users to spell check the values they enter in the text box. For more information, click here.
Password Strength Checker
Customize required password strength. For more information, click here.
Client-side Object Model
Extend the Textbox control functionality by using the client-side API. For more information, click here.

Note: The TextArea control is the same as the Textbox control with the TextMode set to MultiLine.