You can capture browser backbutton event using _javascript_ ...
 
In that you have to call a function and in that you have to check
   if(window.history.Back)
     {
               //your code here...
     }
 
Bye..
 
On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi friends,

I want to capture browser backbutton event in Asp.net and do some
process. But here I'm not interest to use AJAX features.

Any experts pls.

thanks in advance.

-Muralidharan TR



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to