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
0
votes
1 answer

Need to display ID in label on selecting value in autocomplete Textbox

I have the AutoCompleteExtender that autocompletes tbDrugName. So far, it pulls DrugIds from my database. What I want is for it to autocomplete DrugNames and on selection, display DrugId in a lbllist label next to it. This is my cs…
divinediu
  • 423
  • 1
  • 9
  • 33
0
votes
1 answer

ASP.NET AJAX AutoComplete Extender Scrolling Issue

I was looking at the ASP.NET AJAX AutoComplete Extender sample on http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx Once the items are populated in the list the scrolling doesn't seem to work in IE8 but it works in…
Kumar
  • 2,863
  • 11
  • 45
  • 60
0
votes
1 answer

Autocomplete options in other language

I know that it may sound weird but please solve this. I have a textbox and an autocomplete extender, I just need that when I type something in textbox then the auto fill options shall appear in hindi(other language) . I know that I need to use some…
0
votes
3 answers

Calling TextChanged Event using Javascript

I am working on a project in which i have used autocomplete extender with textbox. And on textxhanged event of that textbox i am populating two dropdown which were initially empty. Now the thing is i have two panel. I am copying data from one panel…
0
votes
0 answers

asp.net autocomplete fields

I need to autocomplete a form's textboxes based on the input of the first text box. Basically you enter a name in the first text box, that is searched in a SQL table and if found, the remaining text boxes are filled with the relevant information. I…
sd_dracula
  • 3,796
  • 28
  • 87
  • 158
0
votes
1 answer

Ajax AutoComplete Extender with contextKey

Aspx code:
user2768142
  • 1
  • 1
  • 2
0
votes
1 answer

Register OnClientItemSelected for a Dynamic AutoCompleteExtender

I have created a UserControl that contains the AjaxControlToolkit's AutoCompleteExtender. It works well when I have one or more statically designed instances on the same page. However, if one of these controls is added dynamically (say, within an…
Mat
  • 470
  • 7
  • 12
0
votes
1 answer

Is there a max limit a autocomplete extender can have?

I have an an autocomplete extender on my page that searches a database based on last name. For some reason when searching "Smith" which should return 1564 results nothing is being returned? When I search other names it works fine "Jones" etc. I am…
user1342164
  • 1,434
  • 13
  • 44
  • 83
0
votes
3 answers

AutoCompleteExtender Causes Postback when scrolling

Only on IE, the textbox postback is triggered when the user scrolls the autocomplete results. I have no problems in Chrome or FF.
prospector
  • 3,389
  • 1
  • 23
  • 40
0
votes
2 answers

Ajax AutoComplete in the form form of gridview

I'm having a textbox with ajax autocomplete extender I'm extending TextBox1 with Ajax AutoComplete Extender and populating it with the help of WebService. My requirement is that instead of a dropdown suggestion I should get a GridView like…
0
votes
1 answer

autocompleteextender not working on vb.net

i have use ajax autocompleteextender on vb.net it is fine work on c# but not working in vb.net so if any solution then sujjest me thanks
0
votes
0 answers

Ajax Autocomplete With Comma in Data

Situation is straight forward. I have a textbox with ajax autocomplete extender. Data that comes back as user types is simple: Last Name , First Name My issue is that i need for users to be able to type the "," comma that separates the…
JTSOne
  • 169
  • 5
  • 19
0
votes
1 answer

control height of ajax toolkit autocomplete in asp.net(vb)

i have text box and i want it when i start typing the autocomplete will show the suggestion. this is my html code
sephtian
  • 445
  • 2
  • 11
  • 23
0
votes
1 answer

Autocompleteextender not working in .net target framework 3.5

I am trying to implement an autocompleteextender ajax control in my website and its not working at all. Please help me out with this . Here is the code sample below. ASPX:
Kumar
  • 58
  • 1
  • 8
0
votes
1 answer

align suggestions of autocomplete extender with textbox

I am using autocompleteextender in asp.net. When i type keyword, the suggestions i get are not align with the textbox. I want it to be align with my textbox. How can i do it?
1 2 3
10
11