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 c
I have a web service file in my project having a web method which is used for AutoCompleteExtender and which works fine when I debug it from VS.
Hi I am using the AutoCompleteExtender ajax control. I am getting the list of strings in LIST collection. I want to populate only those strings, which user typing as prefix开发者_开发知识库 text. how
I want to create a textbox (for entering names) in my aspx application which suggests names of Employees from database.
following is the code i am using and it is not working. <asp:TextBox ID=\"txtWarrantNumb开发者_Go百科er\" runat=\"server\"></asp:TextBox>
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).
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 control
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 theautom
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, n
How do I associate a Key-Va开发者_如何学运维lue pair with textBox autoComplete extender in a way similar to a dropdownlist?