I'm using ASP.NET AJAX (VS 2008, v3.5). I am using the EnableHistory to provide users the ability to use back/forward browerser buttons. That part is working fine. However, my UpdatePanel triggers are outside of the UpdatePanel and I need to update those when I load the view via the ScriptManager's...