tab container and update panel

  • Thread starter Thread starter JohnE
  • Start date Start date
J

JohnE

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
 
Nevermind responding. From what I've determined, the way I have listed is
the better way..
John
 
You can not surround the tab container with update panel.
try to surround only those server controls which requires the update panel
 
Back
Top