I'm building a status panel user control that has (among other things) 5 WebGauge controls on it.
When I display 1 of my status panels, I get 5 Errors in Javascript, when I display 2 panels- 10 errors.
here's what Firebug complains about:
i think it is breaking because of the variable assignment to octl00_ContentPlaceHolder1_PressPanel:1004449700_ugImpRate. the colon in that variable name could be a problem. do you know how the colon gets in there? could it be this status panel of yours?