如何使用日历弹出窗口使用ajax填充文本框中的日期 [英] how to use a calendar popup to populate a date in a textbox using ajax

查看:73
本文介绍了如何使用日历弹出窗口使用ajax填充文本框中的日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用日历弹出窗口使用ajax,asp.net3.5,c#填充文本框中的日期。

请用示例解释我

how to use a calendar popup to populate a date in a textbox using ajax,asp.net3.5,c#.
please explain me with example

推荐答案

它可能对你有帮助,



Ajax日历控件 [ ^ ]



日历 [ ^ ]



:)
It might help you,

Ajax Calendar Control[^]

Calendar[^]

:)


<asp:TextBox ID="txtDOB" runat="server"></asp:TextBox>
<cc1:CalendarExtender ID="txtDOB_CalendarExtender" runat="server"

    Enabled="True" Format="dd/MM/yyyy" TargetControlID="txtDOB">
</cc1:CalendarExtender>







使用它。




use like it.


我更喜欢你使用jQuery日历

请参考此链接



http://jqueryui.com/datepicker/
I prefer you use jQuery calender
Please refer this link

http://jqueryui.com/datepicker/


这篇关于如何使用日历弹出窗口使用ajax填充文本框中的日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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