Browse by Tags

Related Posts

  • Re: Fix for AutocompleteExtender hiding selects in IE6?

    Here my solution. I hope this could help someone Here the js code (it should be IE6 targetized): function AutoComplete_OnClientShown(sender,args) { if(!iefix)return //ie6 only var oList = sender.get_completionList(); var oSpan = oList.parentNode; var ifr = getChildObj(oSpan,"IFRAME"); if(ifr...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by abellix on 11-26-2008, 12:00 AM
    Filed under: AjaxControlToolkit, internet explorer 6, select, AutoCompleteExtender
  • Re: Ajax ControlToolkit - AutoComplete Extender

    Thanks for the comments. Limiting the CompletionSetCount doesn't match our customer's expectation. They would like to see all that matches the criteria. I have also tried to modify the source code for the AutoComplete Extender by changing the style for the completion list. I can get the scrollbar appear...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jhao on 02-28-2007, 12:00 AM
    Filed under: AjaxControlToolkit, AutoCompleteExtender
  • AutoComplete - NO Filtering Parameter

    I was looking at the AutoComplete Extender, in the Control Toolkit. But i was amazed not to find any Parameter to filter to service method. This following signature is provided with the Live Demo. [WebMethod] public string[] GetCompletionList(string prefixText, int count) now, i would like to have ability...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by rizworks on 02-28-2007, 12:00 AM
    Filed under: "AJAX Toolkit", AjaxControlToolkit, AutoCompleteExtender
  • Problem getting AutoComplete Extender to work

    Hi I just want to get the autocomplete extender to work with a text box and I'm having trouble getting it to work. It seems like the service isnt being called or that the control isnt working. Compiles fine and no errors in IE when its opened Heres the code. AJAXServices.asmx <%@ WebService Language...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Achinda99 on 02-08-2007, 12:00 AM
    Filed under: VB.NET, AjaxControlToolkit, ASP.NET AJAX Control Toolkit, AutoCompleteExtender, AJAX Control Toolkit
  • Problem with Multiple AutoCompleteExtender Controls with CompletionListElementID Properties

    I have a page with four autocomplete extenders tied to different textboxes. Each extender uses a different completion list element (this is necessary because the default completion lists are rendered behind the textboxes due to the page's CSS). The problem is that a completion list only appears for the...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Visions_Fugitive on 02-06-2007, 12:00 AM
    Filed under: AjaxControlToolkit, AutoCompleteExtender
  • AutocompleteExtender with hidden tag?

    I am currently using a web service to return a list of names which uses a stored procedure. This is working fine, but since name is not a unique value, I want to "know" the primary key of the record for the name selected. Is there any tag available? Are there any current ways to achieve this? If not...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by kjsteuer on 02-01-2007, 12:00 AM
    Filed under: AjaxControlToolkit, AutoCompleteExtender, AJAX Control Toolkit
  • AutoCompleteExtender - Postback on item selected

    Hi, I am using the AutoCompleteExtender with a TextBox in order to suggest search terms to visitors to our website. Everything is working well, however, it would seem more intuitive to the end user if the search was actually fired when they selected an item from the list being suggested by the AutoCompleteExtender...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by evenhorses on 01-25-2007, 12:00 AM
    Filed under: AjaxControlToolkit, AutoCompleteExtender
  • Re: autocomplete extender doesn't show anything ..

    Hi I forgot tomention that my autoconpleExtender Textbox is inside an update panel and wnehe I cause a callback inside the update panel i get another javascript error like it has two autcomplete control with same id, and i have just one control... merci bcp
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Taylor on 01-25-2007, 12:00 AM
    Filed under: AjaxControlToolkit, AutoCompleteExtender
  • Problem with AutoComplete Extender not calling Web Service

    Hi all, I've been working on this problem for a few hours now, and I'm at a loss. I'm probably doing something obviously wrong, but hopefully you guys can help me out. My AutoComplete extender does not seem to be calling the WebService. Here is my HTML < form id= "form1" runat= "server" > <...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mrgrande on 01-24-2007, 12:00 AM
    Filed under: AjaxControlToolkit, AutoCompleteExtender, C#
  • autocomplete extender doesn't show anything ..

    hi all I migrate my ajax application from ajax RC to ne RTM, but my autocomplete extender behavior doesn't work, i don't know what to do , i have seen samples and i am doing it right, i execute the site and it work good, but when i type in textbox , autocompleteextender doesn't show anything...and there...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Taylor on 01-24-2007, 12:00 AM
    Filed under: AjaxControlToolkit, AutoCompleteExtender
Page 1 of 2 (12 items) 1 2 Next >