From: JohnE on
Hello. I have a webpage that will have a tab container on it. I would like
to add an update panel. Currently, I have the following layout (simplified
for display);
TabContainer
TabPanel
ContentTemplate
UpdatePanel

Is it better to put the update panel inside each tab panel? Inside the tab
container? Or surround the tab container in the update panel?

Thanks.
John
From: JohnE on
Nevermind responding. From what I've determined, the way I have listed is
the better way..
John


"JohnE" wrote:

> Hello. I have a webpage that will have a tab container on it. I would like
> to add an update panel. Currently, I have the following layout (simplified
> for display);
> TabContainer
> TabPanel
> ContentTemplate
> UpdatePanel
>
> Is it better to put the update panel inside each tab panel? Inside the tab
> container? Or surround the tab container in the update panel?
>
> Thanks.
> John