ajax扩展问题 [英] ajax extender problem

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

问题描述

即时面临关于ajax的气球弹出扩展器的问题,即当给它的属性(BalloonPopupControlID)时,当我运行我的应用程序时,该控件无法在页面上显示???

i m facing problem regarding balloon popup extender of ajax i.e when give id to it''s property (BalloonPopupControlID) then that control couldn''t shown on page when i run my application ???

推荐答案


<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>

<asp:TextBox ID="txtName" runat="server"></asp:TextBox>

<asp:Panel ID="Panel1" runat="server">Hello</asp:Panel>

<asp:BalloonPopupExtender ID="BalloonPopupExtender1" runat="server" BalloonPopupControlID="Panel1" TargetControlID="TxtName" BalloonStyle="Cloud">
</asp:BalloonPopupExtender>







"


您是否在bin文件夹中导入了关于ajax的dll文件。您是否正确地在设计页面中调用了程序集,并检查了balloonid属性。
have you imported dll files regarding ajax in your bin folder. Have you called assembly in your design page correctly and also check balloonid properties.


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

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