----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: ExpressPyaraManu Message 10 in Discussion Ashok, Even though Praveen pointed out the correct solution for the problem I have some code to share in the same direction. Setting expires property of the Response object to -1 is one of the simplest solutions that I know to prevent the page from caching.<o:p></o:p> <o:p></o:p> E.g. Response.Expires=-1;(Give this in the load event of each page). <o:p></o:p> Once you set this then on click of the back button load event will get fired.<o:p></o:p> Regards Manoj V Nair ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
