We've having an issue with the webschedule:
I have WebDayView, WebWeekView and WebMonth View on a WebUserControl, that is inside of a WebPage with Masterpage, I change between views with buttons, when I hit any button of the WebUserControl or any other webusercontrol on the webpage, the other webcontrols refresh "disappear" the information that was loaded in codebehind, even when each one has his asp update panel. All the WebSchedule Views, are inside of an UpdatePanel also along with the buttons to perform the change of views. This only happens after that I added the webSchedule Views. is there any trick regarding webshedule and update panels?
Hi,
If WebSchedule views are located in different UpdatePanels, then Conditional UpdateMode should not be used. Because the only supported scenario: all views and their WebScheduleInfo should be updated/refreshed by server at the same time on any postback. Also, if you use UpdatePanel, then the EnableSmartCallbacks should be set to false (default value). If your application does not use those features, then I can not explain what is wrong.