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 pages radio buttons text when it is clicked.
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 pages radio buttons text when it is clicked.