c# - Trying to get a simple example of asp.net ajax dropdownlist autocomplete extender to work! -
I want to test the dropdownlist autocomplete ajax extension to work, I'm testing it in Visual Web Developer Express 2008 .
1) I dropped a text box on the default.aspx form 2) Dropped a script control from the Ajax toolbox 3) Autocomplete extension expanded in the text box
BTW, at this point, if I display the properties for the AutoConverter, the ServicePath property is black if I click there, then VWDE2008 accidents (!)
I test an independent service For, a web service (or if a common Using a webservice with other details) Want to do a better test without I would like to display options from a simple C # list, for example, like cities:
Copenhagen, Denmark
Paris, France
declared directly in the code ( Not read from database). At this point, most people are suggesting using jquery instead.
Can anyone help?
Thank you!
You can use autocomplete with a PageMath in place of the web service. The method decor is the same, but the code remains in "the page" and can use session variables and whatnot.
I think that looks like the perfect example of setting up here:
Comments
Post a Comment