当前注册人数422990人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB Android   站内搜索 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

Date Picker User Control

日期选择控件源代码

2007年12月09日
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.5, .NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0, Mono, DotGNU), ASP.NET, Dev
本文实现一个简单的日期选择控件,你可以直接输入日期,或者弹出日期窗口选择,日期窗口的弹出是使用JavaScript编写的,你可以很轻易地把它集成到ASP.NET网站页面上。
相关知识

你可以定制时间的格式,是只显示日月,还是年月日,或者各种其它方式:

The visual appearance of the pop-up calendar is defined in CSS file popcalendar.css, which resides in the cal folder. Most styles have comments, so just try out and modify colors and font styles. To customize the style of the text box within the control, it is possible to set the CSS class of the text box with the following property:

// set CSS class of textbox

Date1.TextCssClass = "dateTextBox";

Per default the date format is dd.mm.yyyy, e.g. 31.12.2007. If you want to change this, e.g. to 12/31/2007, you have to change the value of the constant DateFormat, which is defined in the file Date.ascx.cs:

// date format used by the calendar control

private const string DateFormat = "dd.MM.yyyy";

源代码原文下载:
Date Picker User Control This is a simple date-picker control. The user can either enter a date into a text box or click on an icon that opens a pop-up calendar. JavaScript is used to display the pop-up calendar. The control can easily be integrated into your own ASP.NET websites. This control is based on another CodeProject article. I overworked the control so it compiles with Visual Studio 2005 and works with the latest versions of Firefox and Internet Explorer. I fixed some JavaScript errors and added better design-time support and data-binding.

源码图片

点击链接查看大图
从本站下载附件及源代码(1个附件,已经成功下载475次)

最值得关注的外文源代码

Event Calendar [ ASP.NET 2.0 / C# ]
DatePicker in ASP.NET 2.0 and AJAX Control Toolkit
Seagate Date Code Calculator
AJAX Fisheye List Widget
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论55次,此处显示最近20次评论! 查看所有评论

fw  2013年05月06日
非常好,good
杯中水DADA  2013年03月13日
不错
lxxxxl  2013年03月05日
挺好,是用户控件,如果要是webcontrol就更好了
billsoft  2012年11月07日
非常好
guangpeng  2012年04月18日
非常好
cx4359481  2011年11月25日
谢谢分享
gengchang  2011年11月16日
chen  2011年11月14日
呵呵,太好啦,我正找呢
libin  2011年11月09日
呵呵
690626565  2011年11月04日
690626565  2011年11月04日
yarkandy  2011年09月24日
嗨,我看好了
g_00  2010年04月28日
如此强大?学习学习
yanseeker  2010年04月27日
不错
chenqizong  2010年04月10日
日期选择控件源代码
liyachi  2009年05月13日
不错
liyachi  2009年05月13日
控件很好
fantuaner26  2009年04月05日
不错的啊
梁楠  2009年02月16日
不错啊
wolfzero  2008年12月31日
控件很好
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明