Ajax Calendar Extendaer不起作用 [英] Ajax Calendar Extendaer Does not work

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

问题描述

我在Asp.net上有一个小应用程序。我正在使用Ajax工具包。我希望在文本框中显示日期。我给了一个小日历图标作为PopPupButtonId。当我点击该日历按钮到更新面板显示加载过程时,它永远不会继续前进。

I have a small application in Asp.net . I am using Ajax toolkit in that. I wish to display the date in a text box . I have given a small calendar icon as PopPupButtonId. When I click on that calendar button to the update panel shows loading processand it never proceeds further .

<asp:TextBox ID="txtnoticedate" runat="server" Width="200px" CssClass="textbox"></asp:TextBox>
 <asp:CalendarExtender ID="txtnoticedate_CalendarExtender" runat="server" TargetControlID="txtnoticedate" PopupButtonID="imgbtncalendar">                                         
  </asp:CalendarExtender>
 <asp:ImageButton ID="imgbtncalendar" runat="server" ImageUrl="~/Admin/Images/Calendar.png" />





请帮帮我



Please Help me

推荐答案

查看此链接我想这会对你有所帮助





http://www.aspdotnet-suresh.com/2012/06/ajax-calendar-extender-control-example.html [ ^ ]


check this link i think this will help you


http://www.aspdotnet-suresh.com/2012/06/ajax-calendar-extender-control-example.html[^]


检查您是否添加了

Check that you added
<asp:ScriptManagerProxy ID="ScriptManagerProxy1" runat="server">
</asp:ScriptManagerProxy>



在您的页面中。



另外请确保添加了对dll的正确引用,并且不要忘记包含页面指令,例如


in your page.

Also make sure you added proper reference to dll and dont forget to include page directive something like

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



问候......:笑:


Regards..:laugh:


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

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