在ASP.NET AJAX中,由于一个ASPX页面上只能有一个ScriptManager控件,所以在有Master-Page的情况下,如果需要在Master-Page和Content-Page中需要引入不同的脚本时,就需要在Content-page中使用ScriptManagerProxy控件,而不是ScriptManager,ScriptManagerProxy和 ScriptManager是两个非常相似的控件。ASP.NET AJAX简单定义形式如下:
- <asp:ScriptManagerProxyidasp:ScriptManagerProxyid="ScriptManagerProxy1"runat="server">
- <asp:ServiceReferencePathasp:ServiceReferencePath="CalculWebService.asmx"/>
在它下面可以添加的子标签有:Services,Scripts,AuthenticationService,ProfileService
添加一个Master-Page,在它上面添加一个ScriptManager控件,并引入WebService SimpleWebService.asmx,并添加相应的HTML元素:
- <asp:ScriptManagerIDasp:ScriptManagerID="ScriptManager1"runat="server">
- <asp:ServiceReferencePathasp:ServiceReferencePath=
"SimpleWebService.asmx"/>- <asp:contentplaceholderidasp:contentplaceholderid=
"ContentPlaceHolder1"runat="server">- 请输入名称:
- <inputidinputid="inputName"type="text"/>
- <inputidinputid="button"type="button"value="确定"onclick=
"returnOnbuttonGo_click()"/>
添加一个Content-Page,在它上面添加一个ScriptManagerProxy控件,并引入WebService CalculWebService.asmx,并添加相应的HTML元素:
- <asp:ScriptManagerProxyidasp:ScriptManagerProxyid=
"ScriptManagerProxy1"runat="server">- <asp:ServiceReferencePathasp:ServiceReferencePath=
"CalculWebService.asmx"/>- 请输入两个数: <inputidinputid="inputA"type=
"text"style="width:110px"/> +- <inputidinputid="inputB"style="width:110px"type="text"/>
- <inputidinputid="buttonEqual"type="button"value="="onclick=
"returnOnbuttonEqual_click()"/>
关于ASP.NET AJAX中ScriptManagerProxy控件就介绍到这儿,有个问题就是在我的IDE中为什么ScriptManagerProxy总是提示为未知元素,但运行起来并不抱错,结果也可以出来?
【编辑推荐】
网站题目:ASP.NET AJAX中ScriptManager控件
文章链接:http://www.csdahua.cn/qtweb/news44/419494.html
网站建设、网络推广公司-快上网,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 快上网