Sir When I click Logout page redirect to Login page but when click to browser arrow back then it will goes back, I want to after Logout cannot going to back page
hi @band.atul,
Add this line of code where you have declared the functionality of Logout.
Response.Cache.SetCacheability(HttpCacheability.NoCache);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.