The following error occurred in the Javascript:
if (this._dynamicLayout) this.get_element().style.display = 'block';
I solved the problem by moving my ProgressUpdate control out of the UpdatePanel's
Having the ProgressUpdate within the UpdatePanel work in certain instances, but I also had another UpdatePanel in the same UserControl, so it got a bit hairy.
I'd like to verify this, but as always, the deadline looms.
No comments:
Post a Comment