ajax AutoCompleteExtender的ServicePath问题 [英] ServicePath problems for ajax AutoCompleteExtender

查看:84
本文介绍了ajax AutoCompleteExtender的ServicePath问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我的页面中有自动完成控件。我想在同一个解决方案中提供来自其他网站的服务路径。然后,如何提供自动完成控件的服务路径。

Hi all,

I have autocomplete control in my page. I want to provide servicepath from another website with in a same solution. Then, how to provide service path to the autocomplete control.

推荐答案

http://forums.asp.net/t/1666165.aspx/1 [ ^ ]







http://forums.asp.net/t/1666165.aspx/1[^]



<asp:AutoCompleteExtender ID="txtname_AutoCompleteExtender"

                                runat="server"  Enabled="True" ServiceMethod ="GetCompletionList" ServicePath="~/sample.asmx"

                                MinimumPrefixLength="1" CompletionSetCount ="12" EnableCaching ="true"  CompletionInterval ="500"

                              TargetControlID="txtcname" ></asp:AutoCompleteExtender>











会帮助你






Will Help you


这篇关于ajax AutoCompleteExtender的ServicePath问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆