Refreshing Page when Back Button is Clicked?
-
Hi, I have 2 pages in my website. First Page will have some checkboxes. There is also a link which will take to the second page. Assume if I am in second Page(after clicking the link), and Press the BackButton from the IE toolbar, the checkboxes in the First page remains checked. Is there any way to make the Page_Load event triggered on Pressing Back Button? And there should not be any code in the link_click event. Thanks in Advance. Regards, Arun Kumar.A
-
Hi, I have 2 pages in my website. First Page will have some checkboxes. There is also a link which will take to the second page. Assume if I am in second Page(after clicking the link), and Press the BackButton from the IE toolbar, the checkboxes in the First page remains checked. Is there any way to make the Page_Load event triggered on Pressing Back Button? And there should not be any code in the link_click event. Thanks in Advance. Regards, Arun Kumar.A
-
Thank U very much. I will try it out and let U know. Regards, Arun Kumar.A