|
VerySimple Developer Blog
Technical Tips, Tricks and Rants.
Comments:
18 Comments posted on "AJAX Toolkit AutoComplete Extender not Firing"
Nishanth Nair on June 1st, 2007 at 2:06 am #
Methods that are exposed to JavaScript from pages are called PageMethods. By default, this isn’t enabled. You have to enable it from the ScriptManager: Also, the ServicePath for the AutoCompleteExtender should point to the ulr of the page:
Nishanth Nair on June 1st, 2007 at 2:07 am #
I tried to post the sample code, but i think the blog does not accpet XML ???
Nishanth Nair on June 1st, 2007 at 2:14 am #
insert EnablepageMethods=”true” inside script manager.
Jason on June 1st, 2007 at 5:34 pm #
Thanks Nishanth - I’m going to try that out. I like the idea of having a single webform, and the methods that it requires via AJAX are also contained within that same class. For little things like populating a combo box or something it seems like a nice option for keeping things organized.
Priya Khisti on July 3rd, 2007 at 4:34 pm #
Very useful!! saved me couple of hours of debuging
shivesh on August 2nd, 2007 at 9:36 am #
I want to use pagemethod but unable to do so. ScriptManager does not have property as EnablePageMethod. Please help , how can i call a page method in servicepath of DynamicPopulateEstender.
Robert Williamson on August 14th, 2007 at 2:18 pm #
Good afternoon!! I read your article - good tips - I was not able to eliminate the webservice - I followe all the steps listed - any ideas?? Please let me know - Thanks!!
Noran on October 4th, 2007 at 6:40 am #
Thanks! I spent the whole day yesterday trying to figure this out =D
Kalam on November 30th, 2007 at 12:33 am #
Thanks you saved my time. By adding
Tushar on December 25th, 2007 at 9:58 pm #
Why am i unable to access am i missing a reference??
Tushar on December 25th, 2007 at 10:04 pm #
Gottcha!!! I added a reference to System.Web.Extensions Now i could access
Fredric on December 27th, 2007 at 6:52 am #
Tnx, saved me a lot of work
Johhnie on February 10th, 2008 at 10:12 am #
Thank you thank you thank you!
Vijay on March 14th, 2008 at 4:20 am #
I have seen an article. That explains this. Below is the url of the article. http://www.cool-tips.net/autocompleteextender.aspx Plz go thru it. Hope it will help.
Michael on March 26th, 2008 at 1:55 am #
Also MAKE SURE to delete the “static” keyword, when moving a Script Method embedded in ASPX file, to a web service.
Anonymous on April 27th, 2008 at 8:19 am #
Thank you, this was eating me…
SibyGeorge on May 28th, 2008 at 4:00 am #
Hi,
Sebastian on June 18th, 2008 at 12:14 pm #
Thank you very much, this saved me a lot of work Post a comment
|
|
||||||||||||