Skip to end of banner
Go to start of banner

Autocomplete Control

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

IN-PROGRESS

An "autocomplete control" is a user interface element, often used in forms or applications, that provides suggestions or completions for user input as they type. The control predicts the rest of a word or phrase based on the characters entered by the user, offering a list of suggestions that match the input.

This control is commonly used to enhance user experience, reduce errors, and speed up data entry. Using Autocomplete controls users can benefit from predictive suggestions.

Steps to create an autocomplete control on the form to assist users in finding a person in EmpowerID.

There are basically three steps to create an autocomplete control on the form:

  1. Create a Datasource.

  2. Bind your Datasource with a control.

  3. Set the properties and perform the configurations for the autocomplete control

  • No labels