Tabcontrols and Multiple Gridviews
Thursday, April 23rd, 2009If you have a TabContainer with multiple Tabs, and more than 1 tab have a gridview, any postback actions on the gridview will cause your tabcontainer to jump back to the first tab if you are not did not enclose the TabContainer in an update panel.
Digging into the source code reveals that the ClientStateField property [...]