hi Developers ,
In my database I have a table with events, where each event has a start date/time and an end date/time.
I would like to bind that events table to a calendar on a webpage, so that the calendar shows the event(s) for each date.
As far as I can tell, the standard Calendar control does not support this natively.
Is this correct? And if so, how do I accomplish what I need to do?
Regards, Paul.S