Hi,
I have a left frame and right frame.The left frame has lets say three buttons and when each button is selected,a different page is selected in the right frame.The pages in the right frame has its own computation,like dropdown boxes to select the query.
Whats happening here is,during the computation inside a particular page if the user selects a different button in the left frame,all the values are lost.
I need to somehow retain these values.
PROBLEM
I tried to use session variables to save the values in each page, But when I select a different button and come back to the original button,THE CONTROL IS NOT HITTING THE SERVER
Any suggestions?