Event not fired on reselection Frameset

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Feb 2005
Posts: 175
Reputation: Letscode is an unknown quantity at this point 
Solved Threads: 6
Letscode's Avatar
Letscode Letscode is offline Offline
Junior Poster

Event not fired on reselection Frameset

 
0
  #1
Jul 6th, 2005
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?
Save White Tiger
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Event not fired on reselection Frameset

 
0
  #2
Jul 6th, 2005
When the page in the right-frame loads, it should disable the buttons in the left-frame, until it is done computing. When it is done, it should enable the buttons.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 175
Reputation: Letscode is an unknown quantity at this point 
Solved Threads: 6
Letscode's Avatar
Letscode Letscode is offline Offline
Junior Poster

Re: Event not fired on reselection Frameset

 
0
  #3
Jul 6th, 2005
The problem comes when the page loads and all the loading is over.Its not during exectuion that I'm having the problem but after execution.

I'll try to explain to you in a TRAP i'm struck..

The left frame has two buttons,button1 and button2.Button1 takes the user to page1 and button2 takes the user to page2 on the right frame.

The right frame (page1) has a Dropdown menu..

The user does three things..
1.The user does some operation in Page1..Like select a dropdown menu a table appears...I saved the result from the dropdownlist on a session variable in Page1.

2.The user Goes to page2 by clicking button2 from the leftframe.

3.Now the user comes back to the original page(page1) by clicking button1.
When this operation is done,the CONTROL IS NOT HITTING THE SERVER or IN OTHER WORKS, CODES IN THE PAGE LOAD ARE NOT BEING EXECUTED.
Save White Tiger
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 3
Reputation: jagdish_ce is an unknown quantity at this point 
Solved Threads: 0
jagdish_ce jagdish_ce is offline Offline
Newbie Poster

Re: Event not fired on reselection Frameset

 
0
  #4
Aug 2nd, 2005
Hi,
Go thru this link. You will find proper soulution of your problem.

http://www.eggheadcafe.com/PrintSear...asp?LINKID=363

Bye.
Regards,
Jagdish Sakhiya
Bangalore - India


Originally Posted by Letscode
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?
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 175
Reputation: Letscode is an unknown quantity at this point 
Solved Threads: 6
Letscode's Avatar
Letscode Letscode is offline Offline
Junior Poster

Re: Event not fired on reselection Frameset

 
0
  #5
Aug 4th, 2005
Thanks Jagdish,
That really helped.I'm sure a method like that will certainly solve this issue.
Save White Tiger
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC