|
|
|
start date: Thu, 26 Jul 2007 12:25:55 -0700,
posted on: microsoft.public.dotnet.framework
back
| Thread Index |
|
1
deano
|
|
2
Cowboy \(Gregory A. Beamer\) oSpamM
|
WebParts and Ajax - cannot find UpdatePanel
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
Date:Thu, 26 Jul 2007 12:25:55 -0700
Author:
|
Re: WebParts and Ajax - cannot find UpdatePanel
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!
************************************************
"deano" wrote in message
news:1185477955.713134.48010@q75g2000hsh.googlegroups.com...
> 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
>
Date:Fri, 27 Jul 2007 08:35:07 -0500
Author:
|
|
|