Groups | Blog | Home
all groups > dotnet general > april 2007 >

dotnet general : AJAX - Force Full Page Postback


Bryan
4/20/2007 2:22:02 PM
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
Siva M
4/22/2007 11:46:00 PM
Hello,

See ClientScriptManager.GetPostBackEventReference() method

[quoted text, click to view]
AddThis Social Bookmark Button