Click here to Skip to main content
15,909,466 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using ASP.NET 3.5 with AJAX . I have 2 pages, Default.aspx and Default2.aspx. There are some operation which i performed on Default.aspx and redirect the user to Default2.aspx , when I click the back button on Default2.aspx to return I want same default.aspx with all the operation which i done previously.
but now it shows old page.
Posted
Updated 2-Feb-11 22:22pm
v2
Comments
Sandeep Mewara 3-Feb-11 5:21am    
You mean default page ajax operations are lost?
nid4may 3-Feb-11 5:27am    
Yes,

1 solution

Have a look at how AJAX history is maintained and the way to use it:
Microsoft Video tutorial: Introduction to ASP.NET Ajax History[^]

There are lots of articles now on web[^] describing the AJAX history implementation.
 
Share this answer
 
Comments
nid4may 3-Feb-11 8:22am    
I saw the example but its working on same page,i m redirect from default.aspx to default2.aspx,and when we click back button from default2.aspx, It lost the ajax operation which i performed on default.aspx before redirecting it.
Please reply
Thanks.
Espen Harlinn 6-Feb-11 11:45am    
Good link, and lots of stuff on google too - a 5

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