views:

2095

answers:

7

I'm looking for the BEST asp.net calendar/schedule component that it out there. I like the look of google calendar, and it absolutely needs to be a native .net component, which can be customized.

I don't mind if it is part of a bigger framework (like telerik, for example). Links to samples would be great.

A: 

Check out ComponentOne's WebSchedule and WebCalendar Live demo: http://helpcentral.componentone.com/c1webexamples/

Stefan
A: 

DevExpress currently have 60 controls for free:

http://www.microsoft.com/web/content.aspx?id=15-helpful-in-browser-web-development-tools

I'm not sure if the Calendar is included with these, but they do have one and you can try it out.

Anthony, www.codersbarn.com :-)

IrishChieftain
link doesn't work.
John M
+3  A: 

If you are really looking for the best one you need to see mine ;-)

DayPilot Lite (open-source):

http://www.daypilot.org/demo/Lite/

DayPilot Pro (commercial):

http://www.daypilot.org/demo/Calendar/GoogleLike.aspx

Dan
A: 

try web2cal. That is pretty good. Slick looking and easy to customize

A: 

The ComponentOne Schedule and Calendar are really easy to use. They can be dropped on the form and connected to eachother with a single property. Also, the scheduler comes with a built-in xml data store so no code is required to get it working!

Check out this scheduler and calendar sample

Banzor
A: 

Telerik's ASP.NET Controls are really good.

They provide ASP.NET AJAX and ASP.NET MVC controls.

Calendar: http://demos.telerik.com/aspnet-ajax/calendar/examples/overview/defaultcs.aspx

Scheduler: http://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultcs.aspx

JoeBilly
Telerik is buggy and overpriced.
user279521
A: 

Depending on what you're trying to do BaseCalendar may work for you. It doesn't come with scheduler, but it is highly customizable. A few demos are included in the project.

pbz