I'm getting a JavaScript error in the ASP.NET AJAX framework when using the UpdateProgress control.
Details:
- The UpdateProgress is inside the UpdatePanel.
Firebug error information:
this.get_element() is undefined
Sys$UI$_UpdateProgress$_startRequest()ScriptRe...373681250 (line 1931)
anonymous()ScriptRe...373681250 (line 61)
How do I resolve this issue? Is this a known bug and if so what are the steps I need to do to avoid it? Thanks!