惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recorded Future
Recorded Future
P
Privacy & Cybersecurity Law Blog
Latest news
Latest news
Cyberwarzone
Cyberwarzone
Spread Privacy
Spread Privacy
F
Future of Privacy Forum
NISL@THU
NISL@THU
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Troy Hunt's Blog
Attack and Defense Labs
Attack and Defense Labs
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Schneier on Security
Schneier on Security
腾讯CDC
P
Privacy International News Feed
有赞技术团队
有赞技术团队
AWS News Blog
AWS News Blog
K
Kaspersky official blog
C
Cisco Blogs
The Hacker News
The Hacker News
B
Blog
Stack Overflow Blog
Stack Overflow Blog
T
ThreatConnect
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
宝玉的分享
宝玉的分享
F
Full Disclosure
C
Check Point Blog
Cisco Talos Blog
Cisco Talos Blog
美团技术团队
S
Security Archives - TechRepublic
E
Exploit-DB.com RSS Feed
D
Docker
Security Latest
Security Latest
Blog — PlanetScale
Blog — PlanetScale
S
Secure Thoughts
T
Threatpost
D
DataBreaches.Net
博客园 - 【当耐特】
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
T
True Tiger Recordings
P
Proofpoint News Feed
L
LINUX DO - 最新话题
F
Fox-IT International blog
W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
月光博客
月光博客
G
Google Developers Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
B
Blog RSS Feed

博客园 - 阿福

TypeScript forms authentication failed the ticket supplied was invalid错误 (Windows Server 2008 + IIS 7.5) jQuery Mobile 1.1.1 RC1发布 HashSet<T> vs List<T> 不要用把无序GUID既作为主键又作为聚集索引 WCF Data Services 5.0 RTM发布 EF Power Tools Beta 2发布 Entity Framework 5性能方面的注意事项 jQuery Mobile 1.1.0 RC2发布 源码+幻灯片:学习HTML5/jQuery/ASP.NET MVC/EF Code First的绝佳资源Account at a Glance项目 使用Autofac在ASP.NET Web API上实现依赖注入 在Windows Azure上开发ASP.NET程序与在Windows Sever上有何不同 充分利用缓存来提高网站性能 ASP.NET MVC 4, ASP.NET Web API, ASP.NET Web Pages v2 (Razor)全部开源,并接受来自社区的贡献(contributions) EF5 beta2通过NuGet发布 Getting Started with HTML5 开发HTML5应用你需要了解的 WCF入门资源 jquery history plugin, url hash Run Tasks in an ASP.NET Application Domain ASP.NET 2.0: 生成Excel报表 VS 2008 hot-fix终于出来了 Images; How to create an HTTP handler to dynamically resize images and change quality. ASP.NET 2.0: Add build-in paging feature to repeater/为repeater添加内置分页功能 Tip/Trick ASP.NET 2.0: DropDownList DataBind ASP.NET 2.0: Forms Authentication Across domains Ajax类库、框架、工具包完全列表 怀旧啊 Search Box ASP.NET 2.0: Site Maps Checking All CheckBoxes in a GridView Efficient Data Paging and Sorting with ASP.NET 2.0 and SQL 2005
JavaScript Calendar
阿福 · 2010-01-01 · via 博客园 - 阿福

一直想找一个好用的基于 .Net 2.0的免费的 calendar server control, 但是没有. 所以只能TextBox+客户端脚本了. 昨天找了几个JavaScript calendar, 有个只支持中文的, 用到aspx页面里不知怎么显示异常, 有个动网新闻用的, 好像必须设置初始值. 总之用起来都不太方便.

今天找到了这里, 一个功能非常齐全的 calendar, 几乎可以满足所有需要, 支持DiV显示,popup显示, 日期/月/星期选择, 特定某段日期disnable掉, 各种日期时间格式的定义, 多语言.......

好像就是这本书的源码吧, 买过这本书, 但都没看几页. 更多的JS资源都在这里JavascriptToolbox.com, 都可以拿来直接用. 写的都是很专业的.

如果你的项目里没有用到第三方控件(一般第三方控件都会有 server control calendar), 我觉得最好就是用textbox+客户端脚本组合了, 也很灵活, 也犯不上为了一个calendar去装个第三方control framework.

当然最好还是自己打包一个server control了, 有空弄弄.