WebParts and Ajax - cannot find UpdatePanel

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top