views:

1176

answers:

1

How can we create a google calendar like control in asp.net or can anyone suggest any free/cheap components to achieve this?

I've found several in codeproject but none of them do quite what I want.

Edit: i found it on my own: thanks to the clubsite starter kit from asp.net http://www.asp.net/downloads/starter-kits/club/

+1  A: 

You can use a jQuery based calendar like http://arshaw.com/fullcalendar/ and create your own custom control for ASP.NET around it.

Vamsi