|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
About Refreshing Webpage......Hi,
Whenever the user clicks on Back Button, I want that page to be reloaded or refreshed. Basically I don't want my page to be cached. How can I acheive this functionality in asp.net? Regards, This will make sure the page doesn't get pulled from cache:
Response.Expires = 0 Response.Cache.SetNoStore() Response.AppendHeader("Pragma", "no-cache") Show quoteHide quote "Mustufa Baig" <must***@benepen.com> wrote in message news:eoLOxIuNFHA.688@TK2MSFTNGP10.phx.gbl... > Hi, > > Whenever the user clicks on Back Button, I want that page to be reloaded > or > refreshed. Basically I don't want my page to be cached. How can I acheive > this functionality in asp.net? > > Regards, > >
3D Animation of 300,000 data points via ASP.NET?
ASP.Net projects not loading in VS.Net after SP2 for XP installed session question Data binding in TextBox after dropdown list indexchanged set cell color while rendered in a datagrid generated buttons Restart ASP.NET on Error? Mix Coldfusion and ASP.NET pages .NET Framework not installing Reading text file from server |
|||||||||||||||||||||||