ASP.NET中的AutocompleteExtender

ASP.NET中的AutocompleteExtender

问题描述:

你好,


我在ASP中遇到了autocompleteextender问题.如果我在没有母版页的情况下进行编码,则我的代码工作正常.如果我将相同的代码放在母版页内,则无法正常工作.我正在将Web服务用于自动完成扩展器和更新面板内部.如何在更新面板中使autocompleteextender正常工作.请帮助我.

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.

此处与 ^ ]答案.看看是否有帮助.

并在首页Asp.Net中的Ajax AutoCompleteExtender上引用此文章href ="http://csharpdotnetfreak.blogspot.com/2012/08/ajax-autocompleteextender-in-master-page-aspnet.html"> > [ ^ ]

..以及更多类似的线程 ^ ]
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[^]



扩展器无法在母版页中工作,而不能在内容页中工作.肯定是您在编码时犯了错误.
请参阅以下文章链接:
使用DataBase和AjaxControlToolkit自动完成 [自动完成控制 [使用jQuery AutoComplete进行层叠 [没有IAutoComplete的自动填充 [ Silverlight的自动完成组合框 [
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