Hi,
Does anybody know how using AutoCompleteExtender (from AJAX Control Toolkit) prevent user from entering anything not in suggested values?
|
1
|
Hi, Does anybody know how using AutoCompleteExtender (from AJAX Control Toolkit) prevent user from entering anything not in suggested values?
|
||
|
|
|
|
First, check if you would rather use the new AjaxToolKit ComboBox. If you can't (for example, if you're using .NET Framework 2.0), you can manipulate the AutoComplete to answer your demands but it's a headache and not really what the control was made to. The checks are supposed to be made inside the javascript, you add an event to catch OnItemSelected.
And then create a function:
To lift your spirits I'll tell you that it is possible (we've done it, but I can't attach our code because of copyright issues). |
||||
|
|
|
It does not seem that they have implemented this see Autocomplete extender: limit to list they say you need to implement it yourself. |
||
|
|