How can I perform a normal postback on an ASP.NET page with AJAX history enabled?
Posted
by Nick
on Stack Overflow
See other posts from Stack Overflow
or by Nick
Published on 2010-06-02T08:41:49Z
Indexed on
2010/06/02
8:43 UTC
Read the original article
Hit count: 346
I have an ASP.NET 3.5 page with an update panel and history enabled. It works fine when I perform async postbacks but I get problems when I want to perform a normal postback. The page load happens fine for the normal postback but then I get asynchronous page loads from the script manager which load the ajax history in. If I could have the ajax history not loading for the times I want to perform a normal postback then everything would be fine. Is there anyway to do this?
© Stack Overflow or respective owner