Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,


I have an unusual issue .

scenario:

1.I have a webform with master page, In the left Nav. it has a link(contact.aspx) , in the page load, welcome.aspx is loaded. it has a button.
2. In the page load, initially click on a link(contact.aspx) in left nav, the link(contact.aspx) redirects to another page of same master (redirected using aspnet form sumbit in javascript,where, I use server.transfer to transfer page)
3. Now , use browser back button , welcome page is loaded, now click on the button in the welcome.aspx page, here ,instead of the button click event being triggered, the control is redirected to the contact.aspx page.
Posted
Comments
Thanks7872 22-Aug-13 8:10am    
I just understand two things

1) You have two pages welcome and contact

2) Welcome page has button.

Make this explanation some what easier to understand.
VishwaKL 22-Aug-13 23:23pm    
Your question is bit confusing in the pages loading, please clear that

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900