Identifying the IE standard button requests in asp.net.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to identify if the requests have come from internet explorer standard
buttons, in asp.net. eg., If the user clicks Refresh button in the IE, i
should be able to know that the request is from Refresh button and not from
the page.
 
The Refresh button simply repeats the last request to the server.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.
 
Actually...no. You could tell that it's not one of your buttons, simply
because none of the button events got triggered but you can't tell if they
used the refresh button in IE...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top