I want to "clone" google calendar's interface with c# .net
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 everyt开发者_如何学Ching 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#. ;)
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/
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.
精彩评论