不存在于 Asp 2.0 aspx 页面中

发布于 2024-10-15 14:18:11 字数 191 浏览 1 评论 0原文

我正在使用 ASP 2.0 Web 应用程序。我已经安装了 ASP 2.0 Ajax Extender 1.0。然后我打开 Web 应用程序以使用 UpdatePanel。然而,元素不存在。我能够使用 Ajax 工具包控件,例如 AjaxCaleneder,...任何人都可以告诉我如何获取标签,以便我可以使用 updatepanel 功能。

提前致谢

I am using ASP 2.0 web application. I have installed ASP 2.0 Ajax Extender 1.0. Then I opened the web application to use UpdatePanel. However, element is not present. I am able to use Ajax Tool kit controls like AjaxCaleneder,... Can any one tell me how can get tag so that I can use updatepanel functionality.

Thanks in Advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌辣 2024-10-22 14:18:11

您可以在此处找到示例。

基本上,在 UpdatePanel 之前您需要一个 ScriptManager

<asp:ScriptManager ID="ScriptManager1" runat="server" />
  <asp:UpdatePanel runat="server" id="UpdatePanel" updatemode="Conditional">
  </asp:UpdatePanel>

You can find an example here.

Basically, you need a ScriptManager before the UpdatePanel

<asp:ScriptManager ID="ScriptManager1" runat="server" />
  <asp:UpdatePanel runat="server" id="UpdatePanel" updatemode="Conditional">
  </asp:UpdatePanel>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文