I'm working on a legacy application that has tabbed interfaces using Tabstrip and MultiPage control. The tabs are all loaded at once and then when you click on one a postback does not occur to switch to the tab.
If a user switches to another tab and prints, they see the first tab in the print, not the one they've changed too.
Short forcing a reload on each tab, is there a soution to this problem?
(IE7 & IE8)