Tagged Questions
The AutoCompleteExtender is part of the AJAX Control Toolkit for ASP.net
3
votes
3answers
882 views
disable browser autocomplete for ajax:AutoCompleteExtender
I'm using the .net ajaxtoolkit control AutoCompleteExtender. It works great but my firefox autocomplete overrides the values that the extender is returning (the firefox one lays on top of the ...
2
votes
1answer
148 views
AutoComplete AJAX Not Working
I am using an AutoCompleteExtender from AjaxControlToolkit on a TextBox.
To put it simply, when I drag and drop the AutoCompleteExtender tool on to my TextBox and then click on "Add AutoComplete page ...
2
votes
1answer
98 views
Get TargetControlId of an AutoCompleteExtender in OnClientItemSelected Javascript function
I have a texbox inside a templatefield in a gridview. For this textbox I have defined an autocompleteextender with its TargetControlID set to "myTextbox" which is working just fine. At the same time, ...
2
votes
1answer
121 views
Autocomplete extender not populating
I am trying to utilize the Ajax Auto Complete Extender with a WCF service that is hosted in the web project. The service is reached and I have verified that results are returned with fiddler, however ...
2
votes
2answers
111 views
Javascript code to get ProductID?
I have a webservice that gets a ProductName and I need the Products that are dropped down from the AutoExtender to be links to each product's individual page.
Right now the URL gets filled with the ...
2
votes
5answers
80 views
Why does this JS fail when I use a master page? (ASP.NET)
I'm currently working on a project where I need to use a lot of AJAX AutoCompleteExtenders, and they have been working fine- but now I'm tidying up the code and implementing a master page, I'm running ...
2
votes
2answers
652 views
Asp.Net Autocomplete set_contextKey “Object doesn't support this property or method”
I am facing a problem while setting the context key from the client side using jquery and javascript. It is unable to find the function set_contextKey of AutoCompleteExtender of ASP.Net.
Here is my ...
2
votes
1answer
352 views
AutoCompleteExtender in EditItemTemplate in DetailsView having issues
I have 2 identical AutoCompleteExtender's - one is in the Insert mode of my DetailsView, which is the default mode, and one is in the Edit mode. There is also another DetailsView, which only shows ...
2
votes
1answer
248 views
Reset HiddenField if AutoCompleteExtender returns no results
Hi i need to be able to reset a HiddenField's value if my AutoCompleteExtender returns no results (specifically, if the user searches for something that's not in the list/database). I have this JS ...
2
votes
4answers
4k views
AutoCompleteExtender in ASP.NET additional info
how do I pass additional information to the service method returning the collection of items? I'll attempt to explain what I mean, I have 2 text boxes on a form, I need to fill out names, based of a ...
1
vote
0answers
40 views
How to fill gridview with result from autocompleteextender
Friends, I need to populate a gridview with posssible result coming from database, when I'm typing something in a textbox in my web page. For this purpose I'm using ajaxcontroltoolkit and webservice. ...
1
vote
1answer
86 views
Redisplay results list on AutoCompleteExtender through javascript
I have a working AutoCompleteExtender implementation.
What I want, is that if I have exited the text box, and the list of items have dissappeared, I want to re-display the list from javascript code ...
1
vote
1answer
151 views
AjaxControlToolkit AutoCompleteExtender not working in IIS
I am using the AjaxControlToolkit's AutoCompleteExtender without a Web Service(PageMethod). It is working fine on my local machine, but AutoCompleteExtender won't work in the IIS although ...
1
vote
1answer
175 views
Warning AjaxControlToolkit.AutoCompleteExtender.CompletionListElementID is obsolete: Instead of passing in CompletionListElementID, use the default
I really can not understand this problem. When i publish my asp.net 4.0 website it shows this error.
Warning 'AjaxControlToolkit.AutoCompleteExtender.CompletionListElementID' is obsolete: 'Instead ...
1
vote
0answers
135 views
AutoCompleteExtender seems to stop functioning after losing focus
I love the AutoCompleteExtender and have used it before with great success. My new boss noticed something he doesn't like though, and unless I can get it figured out, he is going to have me scrap it ...
1
vote
0answers
198 views
How can I change the TargetControlID of AutoCompleteExtender client side (javascript)?
Normally, I can can set the TargetControlID server side using something like this:
AutoCompleteExtender ace = new AutoCompleteExtender();
ace.ID = "AutoCompleteExtender1";
...
1
vote
1answer
77 views
AutoCompleteExtender help needed
I am sure this is a simple solution, but I am at my end..
I have the following ASPX
<asp:TextBox ID="textVendorNameLookup" AutoPostBack="true" runat="server" Width="200px"
...
1
vote
1answer
95 views
Autocompleteexender is not working
I have this service for autocomplete extender that works for 'h' for prefixText and 3 for count and returns 'hi' and 'hello' in an array:
[System.Web.Services.WebMethod]
...
1
vote
1answer
554 views
UpdatePanel + AutoCompleteExtender + jQuery = Problems!
I've got an ASP.NET web form which uses UpdatePanels to allow partial page postbacks. Within one of my UpdatePanels, I'm using the AutoCompleteExtender from the AjaxControlToolkit to call a WebMethod ...
1
vote
1answer
401 views
Panel DefaultButton not works when Textbox is extended by AJAX Toolkit AutoComplete
I am using ASP.NET Panel to set Default Button for some Controls like TextBox but it seems to not work due to AJAX Control Toolkit's AutoCompleteExtender.
Pls help.. !
Code is as below:
...
1
vote
6answers
2k views
AJAX Control Toolkit Autocomplete Extender not working
I can't get AJAX CT Autocomplete to work. The problem is when I start writing in textbox nothing happens. The frist problem I had experienced was when I tried to Add AutoComplete page method I got an ...
1
vote
1answer
182 views
AutoCompleteExtender works good but not in the place it should be
Dear friends,
I've followed the standard example of in
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/autocomplete/autocomplete.aspx which demonstrates using AutoCompleteExtender. Everything ...
1
vote
0answers
380 views
AJAX AutoCompleteExtender not working in IE
I am trying to animate AJAX AutoCompleteExtender. It works perfect in all of the browsers other then IE. When I type in the textbox, the list just does not appear, it's when I am done typing and ...
1
vote
1answer
682 views
AutoCompleteExtender positioning menu incorrectly when scrolled
We have an AutoCompleteExtender linked to a TextBox. Both controls are placed inside an UpdatePanel, and the UpdatePanel is displayed as a pop-up dialog using a Javascript library (Ext.BasicDialog).
...
1
vote
1answer
748 views
Ajax Autocompleteextender not showing the autocompletelist to choose
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 ...
1
vote
0answers
940 views
Why is AutoCompleteExtender not firing?
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 ...
1
vote
3answers
319 views
JavaScript - How do I call a function from a string name and pass an array object?
I've got a user control which lets users provided their own script names that are called by the control on specific events.
I have the following code:
initialize : function()
{
// Call the base ...
1
vote
1answer
980 views
Customizing an AJAX AutoCompleteExtender with a checkbox
I wanted to implement a multi-select AutoCompleteExtender that displays a checkbox on each row. I found some examples that implement checkboxes in dropdown lists, but nothing involving the ...
1
vote
3answers
6k views
AJAX AutocompleteExtender isn't working. Web Service works
This is c# .net 2.0. I am using a masterpage.
The WebService works fine on its own.
I am completely stumped. When I type in the TextBox, nothing happens.
Files:
EditTicket.aspx
AutoComplete.asmx
...
1
vote
2answers
1k views
Ajax Control Toolkit AutoCompleteExtender stripping zeroes and coming up with phantom values
I am using the AutoCompleteExtender from the Ajax Control Toolkit and it is behaving stragely.
My service method is shown here:
[System.Web.Services.WebMethod]
...
1
vote
5answers
3k views
How can I get my Autocomplete extender to work?
I've tried to the letter to search for mistakes in my code, but i can't myself get that autocomplete extender to work. Help wanted.
Here's my code: (excerpt from my aspx page)
<asp:TextBox ...
1
vote
3answers
3k views
Forcing TargetControl Textbox to use a value in the AutocompleteExtender
I'm sure I'm going to have to write supporting javascript code to do this. I have an autocomplete extender set up that selects values from a database table, when a selection is made, i would like it ...
0
votes
0answers
17 views
AJAX AutoCompleteextender without webservice
As per my knowledge, we can use AJAX AutoCompleteextender via two ways either using 'Webservice' or by defining Service method in 'ASPX or ASCX' file.
I just wanted to know that is there any ...
0
votes
0answers
24 views
How to bind gridview with data coming from a popup of autocomplete text
Friends,I've a text box and a gridview in my web page. When the page is loaded the grid is populated with all the data from database. Now I want, if I type something in the text box, a popup and the ...
0
votes
0answers
30 views
How to use autocomplete extender with parameter?
I've a text box control in my web page. I want auto complete extender working for that text box while fetching data from database. But before fetching data it has to add one condition like text ...
0
votes
1answer
116 views
AutoCompleteExtender position is wrong in Webkit
I have an ajaxtoolkit AutoCompleteExtender that has position: absolute. I have placed it inside a div with position: relative. This makes the extender dropdown place itself perfectly on all browsers, ...
0
votes
1answer
178 views
AutoCompleteExtender OnClientItemSelected not working in IE8 (working in IE9) [javascript substring]
I have an AutoCompleteExtender that calls a web service. The AutoCompleteExtender works well and the Target TextBox (tb_provider1) has autocomplete functionality from the GetProviders function. I ...
0
votes
0answers
64 views
using autocompleteextender without webservice
Is it possible to use autocomplete extender without using
webservice..
and also am working with 3tier architechture..i could retrieve one column
but i could not return the ...
0
votes
0answers
148 views
AjaxControlToolkit.AutoCompleteExtender.CompletionListElementID is obsolete: Instead of passing in CompletionListElementID, use the default flyout
How can i fix this problem.
'AjaxControlToolkit.AutoCompleteExtender.CompletionListElementID' is obsolete: 'Instead of passing in CompletionListElementID, use the default flyout and style that using ...
0
votes
0answers
45 views
manipulating the autocomplete list displayed by ajaxToolkit:AutoCompleteExtender
I need to have autocomplete of 3 textboxes. This is easily done with ajaxToolkit:AutoCompleteExtender.
However, those 3 text boxes take their values from the same list (some table in my db). What I ...
0
votes
0answers
108 views
Setting focus on a textbox to get the correct tab order
I have a problem with setting focus on the next element. I basically have a panel that pops up when you click on an arrow image. It pops up a listbox that you can select items from that will then ...
0
votes
1answer
282 views
AutoCompleteExtender not working in Sharepoint 2010
This has been bothering me for a few days now. I'm trying to use the AutoCompleteExtender in a Visual Web Part project for Sharepoint 2010 but when I type in characters nothing happens. At first I ...
0
votes
0answers
297 views
ASP.NET AJAX TextBox AutoCompleteExtender and OnClientItemSelected argument
I have an ASP.NET auto complete extender --
On the ClientPopulated method, I build individual li items that are as follows:
<li class="AutoComplete_ListItem" employee="Matthew LastName">
...
0
votes
1answer
138 views
Passing parameters when using AutoCompleteExtender
How to pass parameters to the service method when using the AutoCompleteExtender?
0
votes
1answer
71 views
Ajax Autocomplet unbind on second access throw jquery simplemodal
I'm using jquery simplemodal to open a popup form which include ajax autocomplete inputs, the first time access to the modal this autocompletes works fine, but when i close it and reopen the modal the ...
0
votes
0answers
17 views
How to catch event of item choice in AutoCompleteExtender?
I need catch event on client (using javascript) when user choose item from list.
How can I do it?
0
votes
1answer
559 views
ASP.Net AutoCompleteExtender VB WebMethod not firing - why?
Definitely at my wits end here. This should be simple. In a page to create new user accounts, we have a database with a little of allowable users. To streamline getting the Email address of the new ...
0
votes
0answers
160 views
How to set the item index of a Asp.net Autocomplete Extender?
With the autocomplete extender by default if you hit the down arrow key it will highlight the next item in the list. I need to remove that highlighting and clear the index of the Autocomplete extender ...
0
votes
0answers
150 views
AutoCompleteExtender strange problem
I've faced with a strange problem in ASP.net/SQL Server and really can not find out what is the problem. I have a AutoCompleteExtender that finds out the predicted results from a web service. All the ...
0
votes
1answer
389 views
AutoCompleteExtender is firing, webservice is returning results, but these are not being displayed
I have been banging my head against the desk over this one.
I have added a AutoCompleteExtender to my webpage, and have implemented the webservice method for it to call. So far, so good.
Using ...