I having problem figuring howto preserve the present state …Let say I have selected radio button and checkbox in present form and navigate way to a different page but if I want to go back to old page how should I able to see the selected radio and checkboxes in my previous page..
I having problem figuring howto preserve the present state …Let say I have selected
Share
Well you can use cookies to do the same. here is a small code snippet that acts over cookies:
usage:
Thus when you come back to this page you read your cookie and do the necessary with the same.
Hope this helps..