Hi,

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.