[]
The AutoComplete control is an input control that allows callers to customize the item list as the user types.
public class AutoComplete<T> : AutoCompleteBase<T>, IHtmlString, ITemplate, IDropDown
Name | Description |
---|---|
T |
The control is similar to the ComboBox, except the item source is a function (ItemsSourceFunction) rather than a static list. For example, you can look up items on remote databases as the user types.
Name | Description |
---|---|
AutoComplete(HtmlHelper, string) | Creates one AutoComplete<T> instance. |
Name | Description |
---|---|
Render(HtmlTextWriter) | Render the control or the callback result to the writer. |