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

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

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

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

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

DatePicker in ASP.NET 2.0 and AJAX Control Toolkit

AJAX下日期选择控件源代码(下拉框年月)

2008年01月25日
VB, Windows, .NET, ASP.NET, Visual Studio, WebForms, Dev
这个日期选择控件开发于ASP.NET2.0下,并融入了AJAX技术。它使用下拉框实现年月的选择,并且,允许你不选择日期,即一个空的日期。开发语言VB.NET及ASP.NET。
 
相关知识
Public Property SelectedDate() As DateTime
        Get
            If DateTextBox.Text <> "" Then
                Return DateTime.Parse(DateTextBox.Text, _
                    New System.Globalization.CultureInfo(mCulture))
            Else
                Return Nothing
            End If
        End Get
        Set(ByVal value As DateTime)
            DateTextBox.Text = value.ToString(mSelectedDateFormat, _
                New System.Globalization.CultureInfo(mCulture))
        End Set
    End Property
源代码原文下载:
DatePicker in ASP.NET 2.0 and AJAX Control Toolkit Add a date picker to your ASP.NET 2.0 applications. In this article, we will see how can we add AJAX technology to web user control and get the date from a calendar control. I saw many articles on date-time picker controls, but I did not find one that was useful for picking the month and year through dropdowns. Furthermore, some options do not provide property nullable dates. Here, I introduce "Clear Date" and a property called Nullable.

源码图片

从本站下载附件及源代码(1个附件,已经成功下载220次)

最值得关注的外文源代码

Prototype Window
AJAX Fisheye List Widget
Ajax Tabs Content Script (v 2.0)
AJAX poller script
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论30次,此处显示最近20次评论! 查看所有评论

yanseeker  2009年07月08日
thanks
hunk  2009年06月17日
thanks
dengkesheng  2009年06月11日
还不错,先看一下。
孩子  2009年04月20日
谢谢
大地之怒  2009年03月21日
终于找到个
patrick  2009年03月12日
试试看
narnia2008  2009年02月17日
挺好
paiger  2008年12月02日
不错的。
goodncx  2008年11月19日
不错的。
冰棋  2008年11月13日
看着挺好的,不知道好用不!1
successhen  2008年10月29日
我也试一试
maoxiaofeng  2008年10月18日
我也试一试
vitalik  2008年10月09日
嗯,还不会用,有一堆错误,慢慢调试先。
lzg1018  2008年09月29日
也不知道好用不好用
红薯酒  2008年09月17日
不知道怎么用啊
红薯酒  2008年09月13日
恩浩。很好。我喜欢
c  2008年09月09日
ss
leiryhp  2008年09月02日
AJAX下日期选择控件源代码(下拉框年月)
cnc  2008年09月01日
jessicaleen  2008年09月01日
ijk
字数在300字内
请如实评论
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved   免责声明
京ICP备08011023号