出生日期日历 [英] Date of Birth Calendar

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

问题描述

我需要任何帮助来选择生日的日历吗.

Can any one help I need Calendar For Selecting Date of Birth.

推荐答案

u需要向您的应用程序中添加ajax dll.
然后将其注册到您要使用的页面中..


用户使用ajax压延机补充剂非常容易....
像这样

u need to add ajax dll to u r application.
then register it in your page where u want to use..


User ajax calender extender its very easy....
like this

 <asp:textbox id="txtDate" runat="server" cssclass="textbox" />
<asp:imagebutton id="imgcalnd" runat="server" height="16" width="16" imageurl="~/images/Calendar.png" />
<cc1:calendarextender id="calcontl"  runat="server" targetcontrolid="txtDate" Format="MM" popupbuttonid="imgcalnd" />





只需一个月就可以在扩展程序中使用此属性
Format ="MM"





to get only month use this property in extender
Format="MM"


您可以使用jquery.检查 [ ^ ]

希望对您有所帮助:)
You can use jquery. Check This[^]

hope it helps :)


转到那里-ASP.Net-Ajax日历 [ ^ ]

从参考链接:-Calendar是一个ASP.NET AJAX扩展程序,可以附加到任何ASP.NET TextBox控件上.它在弹出控件中提供可自定义的日期格式和UI的客户端日期选择功能.您可以通过单击日期设置日期或单击今天"链接设置当前日期来与日历进行交互.
Go there-ASP.Net-Ajax Calendar[^]

From Reference link :- Calendar is an ASP.NET AJAX extender that can be attached to any ASP.NET TextBox control. It provides client-side date-picking functionality with customizable date format and UI in a popup control. You can interact with the calendar by clicking on a day to set the date, or the "Today" link to set the current date.


这篇关于出生日期日历的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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