Ajax UpdatePanel 4.0 [英] Ajax UpdatePanel 4.0

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

问题描述

亲爱的所有人,
我正在使用Ajax 4.0和VS 2010,但在其中找不到UpdatePanel. 2010年的UpdatePanel在哪里?如何使用?欢迎任何想法!

Dear All,
I am using Ajax 4.0 and VS 2010 but I could not find UpdatePanel in it. Where is the UpdatePanel in 2010 and how can I use it? Any ideas are welcome!

推荐答案

只需在工具箱的"AJAX扩展"选项卡中查找它.
除此之外,您甚至可以直接在ASPX中键入该内容.尝试粘贴,
Just look for it in ''AJAX Extensions'' Tab in the toolbox.

Apart from that, you can even type that directly in your ASPX. Try pasting,
<asp:UpdatePanel ID="upExplorer" runat="server" UpdateMode="Conditional">
    <ContentTemplate>
    </ContentTemplate>
</asp:UpdatePanel>


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

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