D
Daniel Roth
Solution to the Back button problem for IE 5.5 and above.
1) Get rid of the cache
Response.CacheControl = "no-cache";
Response.AddHeader("Pragma", "no-cache");
2) set SmartNavigation = true
Daniel Roth
MCSD.NET
1) Get rid of the cache
Response.CacheControl = "no-cache";
Response.AddHeader("Pragma", "no-cache");
2) set SmartNavigation = true
Daniel Roth
MCSD.NET