Questions tagged [autocompleteextender]

The AutoCompleteExtender is part of the AJAX Control Toolkit for ASP.net

The AutoCompleteExtender is part of the AJAX Control Toolkit for ASP.NET

Demo presentation here

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the TextBox.

164 questions
1
vote
0 answers

Ajaxcontroltoolkit AutocompleteExtender Timeout related

I am trying to use the AjaxControlToolkit Autocompleteextender (for Visual Studio 2008 having ToolkitScriptManager) with values returned from database to be suggested. When I am returning a simple string array it is working fine. But when I am…
Basob Roy
  • 11
  • 1
1
vote
1 answer

AutoCompleteExtender - Force the user to only be able to select from the list returned - ASP.NET

I have an AutoCompleteExtender on a text box for Last Name, First Name, Unique ID. I would like to make it so that users can only pick an item from the list and not type their own unique ID number. I can't use the AJAX ComboBox because the database…
1
vote
2 answers

Ajax AutoCompleteExtender 's with javascript

I have to use Ajax AutoCompleteExtender multiple times in a web form where i m trying to set the AutoCompleteExtender list's width according to its contents width. function onListPopulated() { var completionList =…
syed mohsin
  • 2,948
  • 2
  • 23
  • 47
1
vote
1 answer

ExtenderControl not functioning as expected

I am trying to make my own version of a repeater control. It is not a DataBoundControl; it won't be bound to a DataSource, DataSourceID, DataBind method etc etc. It has is a template nested inside it, and, a property called RepeatCount, and it will…
deostroll
  • 11,661
  • 21
  • 90
  • 161
1
vote
0 answers

Can I show hyperlinks in AutoCompleteExtender?

I'm able to create a List<> of strings and show it in a AutoCompleteExtender, but how can I make these suggestions clickable links? I figured, I could create a List of HyperLink objects, but they just show up as [Object] in the list. Any…
rgshenoy
  • 386
  • 1
  • 4
  • 18
1
vote
1 answer

ajax calender & autocompleteextender does not works when using modalpopup

I have created panel exists with one form to add details using formview, I have one button to open popup just above to that formview. In my form I used ajax calender, autocompleteextender for textbox in formview. I used list method to…
Ishita
  • 55
  • 1
  • 11
1
vote
3 answers

ASP.Net: Element Is Not A Known Element

I've been trying to use the AutoComplete Extender from the ASP.NET Ajax Control Toolkit, however I've been having tons of trouble getting it to actually work. To install the AjaxControlToolKit, I've placed it inside my application's bin directoy,…
Anton
  • 1,387
  • 2
  • 17
  • 30
1
vote
2 answers

How I can set the AutoCompleteList of ten elements?

I have a ASP.NEt Application with a Ajax AutoComplete Extender and it works fine but I want only see 10 to 15 elements in the List. How I can I do it? aspx:
Tarasov
  • 3,625
  • 19
  • 68
  • 128
1
vote
1 answer

AJAX Toolkit AutoCompleteExtender does not autopostback when clicking suggestion

Pretty self explanatory. I have a textbox in an updatepanel that will autopostback when a complete entry is typed, but will not postback when selecting an option from the AutoCompleteExtender. Any ideas on why this doesn't work or possible…
Aerowind
  • 206
  • 2
  • 14
1
vote
2 answers

AutoCompleteExtender very slow

I asked this in a comment, but I don't think I'm supposed to ask a second question commenting on the first one. I have AutoCompleteExtender and it is very slow.. The method that gets my list to fill the AutoCompleteExtender has to Get and Query…
Scott Selby
  • 9,420
  • 12
  • 57
  • 96
1
vote
1 answer

AutoCompleteExtender showing all 500 options every time

I have a textbox with AutoCompleteExtender, instead of using a webservice I just have a method in code behind that pulls a list of string names from an xml. Now every time you start in the text box , the AutoCompleteExtender shows up with all 500…
Scott Selby
  • 9,420
  • 12
  • 57
  • 96
0
votes
1 answer

Too many arguments for Public Shared CreateAutoCompleteItem

I didn't write the function for the AutoCompleteExtender so I am not quite sure how to change it without screwing it up, so I figured I would ask here. Recently, it was requested that the AutoComplete show a product name & the date of launch of that…
Jamie
  • 1,579
  • 8
  • 34
  • 74
0
votes
1 answer

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 would like to call a javascript function upon…
0
votes
1 answer

Can I have an MVC Action as a ServiceMethod for an AutoCompleteExtender?

Assuming Tools is my Controller, I specify '/Tools' in the ServicePath, and the action name 'GetToolsList' in the ServiceMethod. Can I fire an AutoCompleteExtender this way? How would I be able to pass the prefixText to the Action here? Or is it not…
aliensurfer
  • 1,600
  • 3
  • 17
  • 38
0
votes
1 answer

ASP.NET AJax Toolkit AutoCompleteExtender Issue

Trying to implement the AutoCompleteExtender and coming up with a deadend Internal Server Error 500. Page Method: [System.Web.Script.Services.ScriptMethod()] [System.Web.Services.WebMethod] public static List
BitWiseByteDumb
  • 159
  • 1
  • 12