postback and refreshing.

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.
 
S

Steve H.

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top