----------------------------------------------------------- New Message on cochindotnet
----------------------------------------------------------- From: SecCode Message 2 in Discussion Since those are client side events, the only way I can think of blocking such functions would be would be to generate the appropriate JavaScript and send it to the browser. Of course, the Browser DOM would have to support the functionality that you are trying to utilize. As to how you would inject client-side script from an ASP.NET Server Control, check out this article: http://msdn.microsoft.com/library/en-us/dnaspp/html/aspnet-injectclientsides c.asp If your intent is not to give the user the option of using the browser buttons, it may be easier to just open the Web App in a separate window that does not have the Browser Buttons/Toolbars etc.. - Anil ________________________________ From: Cenray [mailto:[EMAIL PROTECTED] Sent: Saturday, November 29, 2003 7:59 AM To: cochindotnet Subject: Need help for Page Refresh in ASP.Net Is there any way to track/block browser events (like Refresh, Back, forward etc) using C# in an ASP .Net Web Application? Thanks inadvance Cenray --- ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/cochindotnet/_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]
