Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,


I am facing problem with autocompleteextender in asp. If i do coding in without master page my code is working fine. The same code if i place inside master page its not working fine. I am using web services for autocompleteextender and inside update panel. How can i make autocompleteextender inside update panel to work. please help me.
Posted

Here is similar solved[^] answer. Have a look if you get some help out it.

And refer this article on Ajax AutoCompleteExtender In Master Page Asp.Net[^]

..and more similar threads here[^]
 
Share this answer
 
Hi,
There is nothing like the extender will work in master page and it won't work in content page. Definitely you are committing mistake while coding.
Refer the links below for the articles:
AutoComplete With DataBase and AjaxControlToolkit[^]
Auto-complete Control[^]
Cascading with jQuery AutoComplete[^]
AutoComplete without IAutoComplete[^]
AutoComplete ComboBox for Silverlight[^]


Try this out. This will work with master page as well as content page. :)


--Amit
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900