Hello,
I actually 'think' I may have got it. Since I was using a timer as a
trigger and had it outside the nested panel it was causing the parent
to update...not the child.
And when I tried the sample a second time...it worked...oddly
enough...same code, it just worked.
If I have more issues though, I'll definitely try this
Thanks.
On May 23, 2:01 pm, "KJ" <n_o_s_p_a...@Mail.com> wrote:
> I think you need to do the following: Set UpdateMode to Conditional, set
> ChildrenAsTriggers to false, then, using the <Triggers> section, add async
> triggers for the controls you want to fire async postbacks.
>
> "Gibble" <gib...@gmail.com> wrote in message
>
> news: oups.com...
>
> > Hi,
>
> > I have a page that contains an updatepanel with two nested
> > updatepanels. No matter what I did, they were all updating. So I
> > searched around online for a sample to compare with, so I could
> > hopefully see what I was doing wrong. I found this (http://
> > geekswithblogs.net/ranganh/archive/2007/05/16/112525.aspx). and
> > tested it...and no matter what I clicked on, all the panels
> > refreshed!!!
>
> > Help! I need my nested updatepanels to only update themselves.
>
> > Thank you,
>
> > Chad