Hello,
I have 2 pages:
Page1.aspx - Contains checkbox A and checkbox B as criteria for Page2.aspx, Redirects to Page2.aspx when New button is clicked.
Page2.aspx - Display report based on criteria selected on Page1.aspx.
When the user loads Page1.aspx, all checkboxes are unchecked by default. The user checks A and B, clicks New button and is redirected to Page2.aspx.
The user clicks the Back button on his IE browser to go back to Page1.aspx. However all checkboxes are unchecked.
On Chrome and Firefox, the display state of the checkboxes is preserved, but not on IE.
Is it possible to preserve the display state on IE?
Thank you in advance.
Go to the complete details ...