RE:ViewState Problem
Forum Post
May 8, 2007
Hello, This issue is caused by the fact, that the user control is loaded dynamically too late. Please edit webpart 'usercontrol.ascx' in the folder ~/CMSWebParts/General, find this code: public override void OnContentLoaded() { base.OnContentLoaded(); ...