Question postback to remember what tab?

steveb46

Member
Joined
Aug 5, 2010
Messages
15
Programming Experience
Beginner
Hi,

I have a web page to manipulate MSChart. In there I currently have about 7 ajax tabbed controls (using Dreamweaver TabbedControl Spry). Anyway, I have literally hundreds of controls spread among these tabs to controls the properties in MSChart. I want to set the controls to autopostback=true, but when I do, I get taken back to the 1st tab always, this is very annoying. I've asked the dreamweaver forum how to fix this, but the answers don't seem to work. I thought of instead of using autopostback, to do a "Refresh" button in each tab, but using response.redirect to the proper tab, resets the control.

Short of replacing the tab control with several buttons and showing panels (or not) depending on what button is clicked; is there anyway to get autopostback to remember what tab I'm in OR anyway to direct the user to the proper tab without resetting everything?

Thanks,
Steve
 
Back
Top