AutoComplete with local data
Besides remote data, YUIAsp.Net AutoComplete also works with local data, performing functions similar to a DropDownList ASP.NET control.
The Source defined for the AutoComplete control is rendered with the control, no more remote call is required.
You can use this option when you have a small set of data that you want the user to choose from.
Start by typing "test" in the search box.
|