473,473 Members | 2,255 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

AutocompleteExtender is not working

7 New Member
Hi,

I'm using the AutocompleteExtender of AjaxControlToolkit.
locally it works (localhost) but in production It doesn't.

I receive HTTP/1.1 500 Internal Server Error and jsonError=true

The following is the webservice method signature:
Expand|Select|Wrap|Line Numbers
  1. [WebMethod]
  2. [ScriptMethod]
  3. public string[] GetSitesIdNameByPartialName(string prefixText, int count)
  4.  
and the extender is:
Expand|Select|Wrap|Line Numbers
  1.         <asp:AutoCompleteExtender ID="txtNames" 
  2.           runat="server" 
  3.           TargetControlID="txtNames_input"
  4.           ServicePath="~/Services/ws.asmx"
  5.           ServiceMethod="GetSitesIdNameByPartialName"
  6.           CompletionSetCount="100"
  7.           MinimumPrefixLength="2"
  8.           CompletionInterval="200"
  9.           EnableCaching="true"
  10.           ShowOnlyCurrentWordInCompletionListItem="true"
  11.           OnClientItemSelected="autoCompleteItemSelected"
  12.           CompletionListCssClass="completeListStyle"
  13.          CompletionListItemCssClass="completeListItemStyle"
  14.           >
  15.  
I'm working with VS 2008 .net 3.5

What is the problem ?

Thanks,
Yair
Sep 29 '11 #1
1 4180
Frinavale
9,735 Recognized Expert Moderator Expert
Check the Windows Event Logs on the production server to find out more information about the error...

-Frinny
Sep 29 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Michael Appelmans | last post by:
I have essentially copied the samplelist2.aspx from the Atlas samples but the autocomplete feature is not working in my page. The web service asmx works from a browser. Thanks for any suggestions...
11
by: =?Utf-8?B?VHJlbnQ=?= | last post by:
I have tied an AutoCompleteExtender to a textbox to indicate suggestions to the user. Everything works fine if I utilize a webservice to fetch the results. However, I want to put the web service...
0
by: Dunc | last post by:
Has anyone successfully managed to get the Altas Toolbox AutoCompleteExtender working inside a GreyBox control? While I've got the code and code-behind working fine, the "dropdown" panel is...
0
by: askaquest | last post by:
Hello, I am using AutoCompleteExtender.The program Run without any errors.But It doesn't show suggestions bellow the textBox. My aspx page is as follows: <form id="form1" runat="server"> ...
0
by: =?Utf-8?B?RXlhbA==?= | last post by:
I am having problems with AutoCompleteExtender in modal window. For normal window things are working fine but when ever I am opening the same page in a modal window the AutoCompleteExtender feature...
1
by: maz00 | last post by:
Hi guys, I'm running into an issue where my AutoCompleteExtender stops working as soon as I make changes to my global.asax file for URL rewriting. I just want to take a URL...
4
by: giveDsolution | last post by:
Can Anyone Plz help me in using AutoCompleteExtender. I have used this link http://www.infinitezest.com/articles/using-autocompleteextender-with-results-from-database.aspx But its not working
4
by: Peter | last post by:
ASP.NET 2.0 I have an AutoCompleteExtender which works fine- I am using name, id pair in the WebService , but what I am trying to do is: once the user selects an item from the...
2
by: Manikrag | last post by:
Hi again I am using an AutoCompleteExtender in a user control alone with a textbox and button...On selection from auto selection dropdown or on button click event I am taking the control to next...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.