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

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个附件,已经成功下载467次)

最值得关注的外文源代码

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

Wasabibibi  2016年03月23日
感谢大哥啊啊
yndxstxy2010jrsx  2015年03月10日
kankana
hongyingaaa  2014年11月23日
我发现这个网站不错啊
vber  2012年10月26日
看看
h  2012年09月23日
好东西,谢谢先了。
wo307938261  2012年09月07日
看看
dandinghelhg  2012年08月31日
谢谢楼主分享。。。
shangfengbaisu  2012年07月13日
这个应该不错吧
sx  2011年12月27日
看着挺好的,不知道好用不!
今夜有雨  2011年12月02日
学习一下
redfish888  2011年04月29日
还不错,试试吧。
frank1688  2011年03月30日
写网页的好帮手!
cena  2011年01月27日
谢谢!值得试试
ly6702  2011年01月17日
一般了
chenzequ  2010年06月03日
还不错,先看一下。
yanseeker  2009年07月08日
thanks
hunk  2009年06月17日
thanks
dengkesheng  2009年06月11日
还不错,先看一下。
孩子  2009年04月20日
谢谢
大地之怒  2009年03月21日
终于找到个
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明