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

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

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

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

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

A data-driven, templated sub-class of the ASP.NET Calendar control

ASP.NET中一个可以记事的日历控件源代码

2008年05月21日
Windows, .NET, Visual Studio, ASP.NET, Dev
这里的控件继承与ASP.NET的标准控件Calendar,作为一个数据驱动的可以完全定制的日历控件。向Outlook的日历一样,你可以在上面记事、提醒等日程安排工作。
相关知识

附件里的代码,同时提供了C#和VB.NET为后台的示例演示程序。

 

    public class DataCalendar : Calendar, INamingContainer
    {
        .
        .
        .
        // Constructor   

        public DataCalendar() : base()
        {
            // since this control will be used for displaying

            // events, set these properties as a default

            this.SelectionMode = CalendarSelectionMode.None;
            this.ShowGridLines = true;
        }
        .
        .
        .
    }
源代码原文下载:
DataCalendar A data-driven, templated sub-class of the ASP.NET Calendar control

源码图片

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

最值得关注的外文源代码

Event Calendar [ ASP.NET 2.0 / C# ]
Dynamic Calendar
Basic Calendar
A Calendar UI extension component for the ToDoList
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论119次,此处显示最近20次评论! 查看所有评论

古风  2015年06月22日
SOSOANDSO868  2012年12月05日
谢谢!学习一下!
shenyu  2012年09月11日
谢啦
冷云观世  2012年08月10日
非常感谢。
wengjz  2012年08月10日
具体 的还要试验一下啦
casey0808  2012年02月25日
不错,谢谢楼主啦
xinyulianlian  2011年12月23日
我觉得这个还不错
oracle  2011年10月19日
good
modpal  2011年10月17日
谢谢
lp453603152  2011年03月28日
我也下不下来啊 谁能给传个啊 lp.star_007@163.com 谢谢了
孩子  2011年01月27日
下不下来 咋整。。要不给传个呗。。zhw880903@163.com 着急啊
cena  2011年01月26日
lailai!!!
cena  2011年01月26日
lailai!!!
TNT  2010年08月12日
thanks
wangjayzhe  2010年04月15日
下载不下来 大哥 给个吧 wangjayzhe@163.com 谢谢了啊!
wangjayzhe  2010年04月15日
下载不下来 大哥 给个吧 wangjayzhe@163.com 谢谢了啊!
Viki  2010年03月17日
更改
bingo  2010年03月02日
谢谢.
hello  2010年02月26日
bucuo
hello  2010年02月26日
hao
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明