Hi,
In master page you need to have following code to disable Back button fuctionality by disabling client side content caching,
Response.Buffer = True
Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.ExpiresAbsolute = DateTime.Now().AddDays(-1)
Response.Expires = -1500
Response.CacheControl = "no-cache"
Thanks
Muhammad Akhtar Shiekh
Lets resolve the problem together.
Please remember to mark the appropriate replies as answer after your question is solved, thanks
My Blog