postback and refreshing.

  • Thread starter Thread starter Steve H.
  • Start date Start date
S

Steve H.

Stupid developer question....

Is there a way to capture, on a page, all callbacks to the page or user
controls, and encompass them with another event?...

Looking for a way to remove the refresh-resubmit problem in the base page.
Sounds simple, but dont see the ability at the moment. Was hoping to avoid
being forced to put (response.redirect(request.rawurl);) in every callback.
 
Problem solved, i used an overridden pre-render method inside the base
class... if ispostback, then redirect. this happens AFTER the callback has
been executed.

But if anyone has more comments, would love to hear other ways.
 

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