Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 4th, 2007, 02:40 AM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 231
Thanks: 0
Thanked 1 Time in 1 Post
Default browser button events

hello

i want to get events of browsers like when user click on back button etc.

Is it possible in .net if yes then how?



thanks......
__________________
thanks......
 
Old December 4th, 2007, 01:25 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

No. It is not possible. There are no client events directly relating to the browser buttons. Remember also that once the .NET page is rendered and sent to the browser, it's just HTML so the client may not even have .NET on their machine.

-Peter
 
Old December 4th, 2007, 11:15 PM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 231
Thanks: 0
Thanked 1 Time in 1 Post
Default

thanks to answer. is there is some way in java script or we can notdo at all?

thanks......
 
Old December 4th, 2007, 11:47 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

No. What you are ultimately trying to do is get a hook on the calls that IE is making internally and, with out some sort of COM component (ActiveX control style) I don't think you can detect these calls. I am, of course, assuming that a COM control would even be able to "watch" these events.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========
 
Old December 5th, 2007, 06:43 AM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 231
Thanks: 0
Thanked 1 Time in 1 Post
Default

well i will read article and others and if find something, will continue this thread.

thanks......





Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGrid's Events & Browsers Back Button Mr.PankajKhare General .NET 0 March 16th, 2007 04:09 AM
Events for the page navigatore button MyIssues_2005 Crystal Reports 0 March 1st, 2007 07:19 AM
Datagrid Button Events Ric_H C# 0 April 5th, 2006 09:20 PM
trying to close browser in a button taliosfalcon ASP.NET 1.0 and 1.1 Basics 1 February 7th, 2005 12:11 AM
Browser Button Teon ASP.NET 1.0 and 1.1 Basics 4 September 28th, 2003 08:38 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.