When a link to another page is clicked, Onpageunload event i did
window.history.back();
it moves back to the previous page but all the values in text boxes and selected values in dropdownlist on previous page were lost. how can i retain those values ?
...
Go to the complete details ...