Tabcontainer in Master Page not working as expected
Posted
by henrico
on Stack Overflow
See other posts from Stack Overflow
or by henrico
Published on 2010-06-04T06:46:43Z
Indexed on
2010/06/04
6:49 UTC
Read the original article
Hit count: 247
Isn't TABCONTAINER supposed to be used in a MASTERPAGE?
I started building my application in a single .aspx page with a tabcontainer to separate the different features in the application. My idea was to later break it up into individual pages with less code in each of them. I thought the use of a masterpage would be the perfect solutions... of course, this didn't work as expected.
The problem is that all tabs, except the one related to the page loaded, for example tab1.aspx, are empty. If tab2.aspx is loaded, only tab2 is filled and so on.
Is this a known bug or by design?
© Stack Overflow or respective owner