Hi friends,
I need to know how can we achieve this? Once the user navigate from a page,the cache should be clear and if they press browser back button, it should display the "page has expired" error message.
Can anybody help me on this?
Hi friends,
I need to know how can we achieve this? Once the user navigate from a page,the cache should be clear and if they press browser back button, it should display the "page has expired" error message.
Can anybody help me on this?
hi all
on page load event..add this
Response.Cache.SetCacheability(HttpCacheability.NoCache)
or try this one..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.