Sending info to another page without session states?

LiLo

Freshman
Joined
Mar 10, 2006
Messages
33
Hi, :p

Is it possible to send information (e.g string) from one page to a control of another page without using Session States or other server-based state management techniques? i.e no postback

Right now, the label of the 2nd page has to display the 1st page's radio button's text when it is clicked.
 
Using technologies like AJAX it is possible to have parts of a page refresh without requiring a post back however there is no easy way of allowing one page to communicate directly with another page.
 
Back
Top