创建控件时出错-updatepanel1 [英] Error Creating Control - updatepanel1

查看:231
本文介绍了创建控件时出错-updatepanel1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



当我在VS2008中进行设计时,出现创建Control-Updatepanel1错误".

在设计模式下查看所有控件的解决方案是什么.

请帮助.

谢谢.

Hi,

When i go to design in VS2008, i am getting "Error Creating Control-Updatepanel1".

What is the solution to see all the controls in design mode.

pls. help.

Thank You.

推荐答案

确保项目中包含AjaxControlToolkit.dll.
Make sure you have AjaxControlToolkit.dll included in your project.


检查

check

 <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> 

<asp:UpdatePanel runat="server">
    </asp:UpdatePanel>

// Check Tag prefix should be same...
//TagPrefix="asp"
<asp:UpdatePanel


将scriptmanger放入您的asp页面,然后使用updatepanel
place scriptmanger in your asp page and then use updatepanel


这篇关于创建控件时出错-updatepanel1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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