HELP!!!!

  • Thread starter Thread starter sonu
  • Start date Start date
S

sonu

I have a page Retrirve.aspx with two frames f1 and f2 .f1 has
word.aspx and f2 has retrieveImage.aspx.I want to pass a value from
Retrieve.aspx to f2 ie. retrieveImage.aspx.
How can i do this?
 
Sonu,

I do all communicating between whatever page in ASPX using session.items.
Therefore as well for frames.

I hope this helps,

Cor
 
Back
Top