0
Reply

Having Problem in Application Back Button

Coolhunk

Coolhunk

Dec 14 2011 1:34 AM
1.3k

Hi All,
I have a Main Page in which it contains Gridview with 1000 records. In each and every record will have hyper link example empId link.If i click it will open page called Overview page in which it will 3 more hyper links and Application back button.
3 more links pages personal details , professionall details and finally family details. this 3 pages are view page with Application Back Button.


My problem is from main page here i will click 4th page in footer of pager Index
It will take to Overview page here i will click personal details view page .then i will click Application Back button it will take to Overview Page , from i will again navigate to professionall details and back to Overview page similarly i will go 3rd family details page back to Overview page , in that page i will click application Back button.it will take me main page.

what we did is for 1 record , but unable to do with other record

i have used  ButtonBack.Attributes.Add("onClick", "javascript:history.back(); return false;");

after 7 operation farward / back operation . application back button is not working ?????
 am not using ajax ......

for more 7 operation ????? how please help me...