Hi,
How can i generate a dynamic calendar controls in Asp.net 2.0 or above?
Following requirements should be met
- Calendar Should NOT be an Asp.net default calendar control
- Calendar should NOT be created by using CALENDAR object (i.e. dim calendar1 = new calendar() )
- calendar Generated should display current month date (august 1 - august 31 2010) and top should display Next Month and Prev Month, which should then display July 2010 and September 2010 respectively.
Please help!
Thanks