Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • pat 124 posts 346 karma points
    Aug 18, 2011 @ 12:14
    pat
    0

    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.

     

Please Sign in or register to post replies

Write your reply to:

Draft