I am using a webmonthview which is placed inside a user control. I am having a page inside which i am dynamically loading the user control which contains webmonthview using this.loadcontrol method and i am loading it inside a asyncrefreshpanel in the page. When i do this the styles of the webmonthview goes off and the activedayutc property of the webscheduleinfo does not work. Can anyone help me on this.
Pass the webscheduleinfo object into your control on load and that should solve the problem.