本文介绍了阿贾克斯CalenderExtender的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的所有人,
我是ajax压光机控制的新手.
这是我的代码:
Dear All,
I am new to ajax calender control.
here my code is:
<asp:TextBox ID="txtActDate" runat="server" CssClass="textSmallmand"></asp:TextBox>
<ajax:CalendarExtender ID="calActDate" runat="server" TargetControlID="txtActDate" PopupButtonID="imgCal" Format="dd/mm/yyyy">
</ajax:CalendarExtender>
<asp:ImageButton ID="imgCal" runat="server" Height="19px" ImageUrl="~/date_picker2.gif" Width="34px" CausesValidation="False" />
问题是所有控件都在显示,但是当我单击Imagebutton时,calander控件没有显示.
有人可以帮忙吗?
在Advance中致谢
the problem is all controls are displaying, but when i click the Imagebutton, the calander control is not displaying.
Can anyone help?
Thanks in Advance
推荐答案
这篇关于阿贾克斯CalenderExtender的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!