AJAX - Force Full Page Postback

G

Guest

Is there a way to force a "traditional" full page postback in AJAX?

I have a page with multiple UpdatePanels and I usually call
UpdatePanel.Update() to do a partial postback, but I have one condition that
requires an update to several controls that are not in an UpdatePanel and it
makes sense to post the entire page for a refresh. I don't really want to
put the entire page in an update panel to call the Update method to refresh
the controls and I was hoping that there was some way to force a traditional
page postback from the code-behind.
 

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

Top