ajax AutoComplete Extender in usercontrol not working
hi all, I have created usercontrol with ajax autocomplete extender , but not working in page after publish.
I have webmethod in usercontrol as page method , which read a csv file and return detinations for autocomplete. this is working when i user normal aspx page with usercontrol. but when I added user control and dll into website (usercontrols and bin folder) and create page using macro . this is not working.
I have tried this way too. I have created webservice (asmx) file to read csv and return destinations and copy this to root folder of the website. which I can browse. then I have change autocomplete extender ServicePath to url http://sitename/autocompletewebservice.asmx and ServiceMethod to webmethod name . no effect both ways this is not working. it seems after publish the page autocomplete extender reference to page itself as service path. and lost connection to page methos or webservice.
how to solve this or how can i use jquery autocomplete extender instead.
ajax AutoComplete Extender in usercontrol not working
hi all, I have created usercontrol with ajax autocomplete extender , but not working in page after publish.
I have webmethod in usercontrol as page method , which read a csv file and return detinations for autocomplete. this is working when i user normal aspx page with usercontrol. but when I added user control and dll into website (usercontrols and bin folder) and create page using macro . this is not working.
I have tried this way too. I have created webservice (asmx) file to read csv and return destinations and copy this to root folder of the website. which I can browse. then I have change autocomplete extender ServicePath to url http://sitename/autocompletewebservice.asmx and ServiceMethod to webmethod name . no effect both ways this is not working. it seems after publish the page autocomplete extender reference to page itself as service path. and lost connection to page methos or webservice.
how to solve this or how can i use jquery autocomplete extender instead.
is working on a reply...