.net中的日历代码 [英] code for calendar in .net

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

问题描述

我需要在asp.net网页中添加日历的代码.

i require code for adding calendar in asp.net web page

推荐答案

您忘记这样做了.
http://bit.ly/vODlaG [ ^ ]
Have you forgot to do this.
http://bit.ly/vODlaG[^]


您是指弹出日历吗?您需要先下载Ajax Control Toolkit.这是下载链接:
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/ [
Did you mean a popup calendar? You need to download Ajax Control Toolkit first. Here is the download link:
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/[^]

Then add these codes to your .aspx file
<asp:TextBox ID="txtStartDate" runat="server"></asp:TextBox>
                                <asp:CalendarExtender ID="calStartDate" runat="server" TargetControlID="txtStartDate"

                                    PopupPosition="Right">
                                </asp:CalendarExtender>


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

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