I have a web page with several update panels that all do partial page postbacks. That all works fine.
However, I have one section that needs to do a full page postback AFTER completing the action of the partial postback.
How can I, from inside the button click event of a partial postback, trigger a full page postback (or a redirect)?
Thanks,