-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have some issue with the ASP AutoCompleteExtender control. I got one in my page that is working fine, but I have put another one in the same page, and I can't get it to work. Using HTTP Analyzer, no query is fired when I type into the textbox associated with it. Has anyone an idea?
Both call…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i was working ajax auto completeextender witha text box in asp.net and c#.net. i am not able to get list to choose ,i have the appropriate web service method called..can anyone guide me to get the automo complete done.
<form id="form1" runat="server">
<asp:ToolkitScriptManager ID="ToolkitScriptManager1"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I had a perfectly working WCF service that I used for a custom AutoCompleteExtender but when I updated the AjaxControlToolKit.dll the service no longer works. I changed nothing else but removing the old DLL and adding the new one.
Is there something else I need to update that I am missing?
I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a web service file in my project having a web method which is used for AutoCompleteExtender and which works fine when I debug it from VS.
But when I publish and host it on IIS, it's not working properly.
However, I tested the webservice method directly by typing the URL and it gave the desired…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using the AutoCompleteExtender from the AJAX control toolkit on my aspx page - I have it wired up to a WCF service that is returning a string array and everything works happily.
If I change my service definition to include a demand for the caller to be authenticated, like so:
<OperationContract()…
>>> More