WebParts and Ajax - cannot find UpdatePanel

  • Thread starter Thread starter deano
  • Start date Start date
D

deano

Hello,
I have multiple webparts on a page, several utilizing Ajax.
If user closes one of those webparts, removing from that portal, then
tries to use one of the other webparts with Ajax, a client error
pops up stating that it "could not find the UpdatePanel" of the
closed
webpart. "If it is being updated dynamically then it must be inside
another UpdatePanel". Webparts can be closed, and UpdatePanels
should
be able to be utilized in a WebPart, correct?
Thanks, Deano
 
I would imagine this is not supported (and probably not envisioned) and you
will have to figure out a method of removing the "missing" UpdatePanel from
the JavaScript on the page. It is no longer present on the page proper, but
is still seen by the scripting. That would be my guess. I have not confirmed
this with coding.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
Back
Top