日历控件及Demo源码

时间:2012-01-02 08:14:23
【文件属性】:

文件名称:日历控件及Demo源码

文件大小:26KB

文件格式:RAR

更新时间:2012-01-02 08:14:23

日历控件 日历 源码 日期 web

在VS2005工具栏里面右键,点击“选择项” 在弹出来的对话框里面点击“浏览”,选择 web/bin 目录下的Codefan.Controls.dll 拖放到 .aspx 页面中即可 后台获取日期方法: protected void Button1_Click(object sender, EventArgs e) { Label1.Text="开始日期:"+ CodefanCalendar1.Text+" 结束日期:"+CodefanCalendar2.Text; } 简单方便,兼容性好~


【文件预览】:
CodefanDll
----Dll.Codefan.Net.sln(3KB)
----Controls()
--------Controls.csproj(2KB)
--------bin()
--------obj()
--------Properties()
--------CodefanEditor.cs(6KB)
--------CodefanCalendar.cs(3KB)
----Web()
--------Web.Config(2KB)
--------App_Data()
--------Codefan-Controls()
--------Calendar.aspx.cs(589B)
--------Calendar.aspx(2KB)
--------Bin()

网友评论