|
How to specify the AutoComplete type of the TextBox and what is the use of it?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET TextBox
In case we need to provide ability to user to enter previously entered data into the text box quickly we can use this feature so that an autocomplete dropdown is displayed against the textbox with all previously entered items for that textbox. User can select them to enter that data quickly instead of typing it everytime.
|