Home All Groups Group Topic Archive Search About
Author
9 Dec 2008 12:05 AM
Ryan Liu
I  have one server button on a UpdatePanel, which is used to update a data
graid in another UpdatePanel.

Both UpdatePanels are conditional, and the bubtton has been set as the
trigger of the second UpdatePanel.

But I still see full page refresh when the button is clicked.

Then I add another update panel on page level, and it is on top of both
update panels.

Again, I still see full page refresh.

Is that the right way supposed to use UpdatePanel ?

Thanks,
Ryan

Author
9 Dec 2008 4:09 AM
Nathan Sokalski
It may help if you post your code, it will help us find and help you fix
your problem.
--
Nathan Sokalski
njsokal***@hotmail.com
http://www.nathansokalski.com/

Show quoteHide quote
"Ryan Liu" <ryanliu***@hotmail.com> wrote in message
news:F0D7A8D4-3CD3-4993-A3F4-37328FF98843@microsoft.com...
>I  have one server button on a UpdatePanel, which is used to update a data
>graid in another UpdatePanel.
>
> Both UpdatePanels are conditional, and the bubtton has been set as the
> trigger of the second UpdatePanel.
>
> But I still see full page refresh when the button is clicked.
>
> Then I add another update panel on page level, and it is on top of both
> update panels.
>
> Again, I still see full page refresh.
>
> Is that the right way supposed to use UpdatePanel ?
>
> Thanks,
> Ryan
Author
12 Dec 2008 6:01 PM
Ryan Liu
Thanks Natab!

I think I made a mistake, I used <asp:PostBackTrigger> instead of
<asp:AsyncPostBackTrigger>.

Regards,
Ryan


Show quoteHide quote
"Nathan Sokalski" <njsokal***@hotmail.com> wrote in message
news:uYRhuPbWJHA.4852@TK2MSFTNGP04.phx.gbl...
> It may help if you post your code, it will help us find and help you fix
> your problem.
> --
> Nathan Sokalski
> njsokal***@hotmail.com
> http://www.nathansokalski.com/
>
> "Ryan Liu" <ryanliu***@hotmail.com> wrote in message
> news:F0D7A8D4-3CD3-4993-A3F4-37328FF98843@microsoft.com...
>>I  have one server button on a UpdatePanel, which is used to update a data
>>graid in another UpdatePanel.
>>
>> Both UpdatePanels are conditional, and the bubtton has been set as the
>> trigger of the second UpdatePanel.
>>
>> But I still see full page refresh when the button is clicked.
>>
>> Then I add another update panel on page level, and it is on top of both
>> update panels.
>>
>> Again, I still see full page refresh.
>>
>> Is that the right way supposed to use UpdatePanel ?
>>
>> Thanks,
>> Ryan
>
>