Hi,
Does anyone know if it is possible to have 2 webcalendarviews (like in microsoft outlook) with one above the other and with the top one displaying the one month while the bottom one displays the second month? Every time the user selects a new month with the top one, the bottom calendar automatically shows the next month.
Any help would be greatful.
Thanks,
vic
Hi Vic,
It's not going to be possible to do this with 1 single WebScheduleInfo.
Instead, you could use 2 WebScheduleInfo objects and 2 DataProvider objects that are hooked up to the same Database.
-SteveZ
This will defeat the purpose because I am displaying a month view and I can only attach that to one webscheduleinfo. Unless there is something I am missing...which is very possible. :)