i wrote following code but it is not working properly.i want ot erase url of page from Client Browser History . My Code is
on click of Logout Button
Session.Abandon()
HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.Cache.SetAllowResponseInBrowserHistory(
False)Response.Redirect(
"Logint.aspx")

How to write code for Logout Page in ASP.NET 2.0
simonshort
Alok_sriashoka_Patna_city,
you will have better chances of getting answers to this kind of question if you post in a forum that is focused on ASP.NET. Try forums.asp.net.
Sorry
--mc
Gnom3
DavidC#2005
NET PR
i got soln .same code but modify in page event
©2008 Software Development Network
powered by phorum