我想“克隆”谷歌日历与 C# .net 的界面
为了实现这一目标,您建议我做什么?
我正在开发一个调度软件,我喜欢谷歌的界面(按天、周、月查看),但我正在考虑从零开始做所有事情。有没有办法使用预先创建的控件或者比我的想法更简单的东西?
谢谢大家。
它适用于使用 ASP.NET 和 C# 的 Web。 ;)
What would you recommend me to do in order to accomplish that?
I'm developing a Scheduling software and i love google's interface (view in day, week, month) but i'm thinking in doing everything from ground zero. Is there a way to use pre-created controls or something much more easy than my idea ?
Thank you all.
It's for web with asp.net and c#. ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您能负担得起 Telerik 或 DevExpress 控件(或类似的组件套件),那么这是一种更快的方法。
但是,如果您想尝试免费的 (LGPL),请查看此处:
http://bettercalendar.codeplex。 com/
If you can afford Telerik or DevExpress controls (or similar component suites), it's a much faster way.
However, if you want to try a free (LGPL) one, have a look here:
http://bettercalendar.codeplex.com/
目前尚不清楚您是在谈论桌面应用程序还是 Web 应用程序。上面的链接将对桌面软件有所帮助,如果您需要网络控件,请尝试 http://arshaw.com/fullcalendar / 它是基于 jQuery 构建的。
It is not clear if you're talking about a desktop application or a web application. The link above will help for desktop software, if you're after web controls, try http://arshaw.com/fullcalendar/ which is built on jQuery.