views:

79

answers:

1

Hi,

I am trying to develop a calendar control as shown in the following link.

http://img143.imageshack.us/i/calg.png/

If you look into the date Nov 12th, you can see some records. The number of record will vary. So ideally the height of a row will shrink/expand based on the number of records.

Please guide me how to achieve this.

My development environment is

Windows Server 2008, Visual Studio 2008, .Net 3.5, C#

+1  A: 

Try to start here - FullCalendar.

NilColor
Thanks NilColor.
A.m.a.L