Posted on: 3/5/2015 12:53:25 AM | Views : 530

Hey guys - 
I am in need of building a basic calendar display which shows very basic content within each "day".   Essentially, whether a rental cabin is rented for that particular day or not.  These rentals are in a SQL database so I can easily extract them and check for each day as needed.  The calendar server control is too basic and the 3rd party solutions I have found out there are too complicated and overkill.  
Essentially I need to display a month at a time in "month" display mode, and write/display a hyperlink or string of text if that date has data.  A good example would be the Google calendar.  The ability to "jump" to the next/previous month is also important (and expected).
I suppose I could do this from complete scratch but I was hoping some of the more experienced developers around here could point me to a simple tool or sample code (c#).
Any pointers??

Go to the complete details ...