calendar control having schedules on it from a database or any kind of a data store
Any ideas pls for implementing a calendar including schedules in different dates.
I mean before the calendar renders, it checks if the displayed dates have any schedules attached to them and if any, it will display the schedule link inside the associated dates, the user can eventually go to that schedule and modify it. If the date has no schedule , then no link is displayed.
The schedules can be stored and pulled out either to/from a database or any other store that u may suggest.
Do you have any idea for implementing this or any reference where this already has been achieved, pls?
Thank you
Re: calendar control having schedules on it from a database or any kind of a data store
Yes, best to store it in a database of course. What you need to decide first is if you want to use an existing calendar control that does what you want or if you want to make it yourself. You could probably start by looking at all the existing ones and seeing whether it matches your criteria or can be worked with to match.
http://geekswithblogs.net/mnf/archiv...CodeAgain.aspx
http://www.411asp.net/home/webapps/calendars