I want to check the ajax autocomplete extension for dropdownlist to work. I am testing this in Visual Web Developer Express 2008.
1) I deleted the text field in the default.aspx format 2) The script control fell out of the Ajax toolbar 3) The extension of the autocomplete extension to the text field
BTW, at the moment, if I show the properties for the AutoCompleteExtender object, the ServicePath property will be black. If I click there, VWDE2008 will fail (!)
I want an easy way to test the autocomplete function, preferably without setting up a web service (or, using a web service, with a simple explanation). I would like to display options from a simple C # list, for example cities, for example:
Copenhaguen, Denmark
Miami, Florida, USA
Paris, France
It is declared directly in the code (not read from the database). Currently, most people suggest using jquery instead. I could not find a SIMPLE (not video) tutorial to set it up!
Can anyone help?
Thanks!
pml99
source
share