views:

338

answers:

4

I'm looking to find a decent calendar control for an ASP.Net application that allows each day to have an "ItemTemplate" type of declaration so that I can list things that are happening within each day. Something like the Club Starter Kit, only more robust and that can handle other datasources besides DataSets and DataTables.

I'm thinking about fixing that control to handle other types of datasources, but would much rather go with something better if I can find one. I'd even be able to work with some kind of client side "calendar" if one was available.

A: 

Maybe this one would do the work for you

Click

Greco
+1  A: 

Maybe you will like my hack:

http://www.daypilot.org

And some guides through the open-source version:

Dan
I gave this one an upvote because it did prove to be useful for another use on the project.
Jared
A: 

We actually ended going with the calendar control out of the Club Starter Kit (http://clubstarterkit.codeplex.com/) as the updated versions did what we needed them to do.

Jared
A: 

BaseCalendar may work (you can customize everything).

pbz