Atlas Update Panel and Server.Transfer
Tuesday, July 17, 2007 at 03:10PM Thursday, October 12, 2006 10:30 PM
Atlas Update Panel and Server.Transfer
I've been doing a lot more Atlas...err... ASP.NET AJAX lately so expect to see more on the blog about that. I still am not convinced that not keeping the Atlas tag around isn't useful. I can search for Atlas UpdatePanel and get better results then if I search "ASP.NET AJAX UpdatePanel". But then again I still think of workflow as WWF!
Anyway, I happened to use a Server.Transfer the other day and it took me a few seconds (ok minutes) to figure out why I was getting weird error messages. I was inside an UpdatePanel with partial rendering enabled. Makes perfect since when you think about it because in reality due to how partial update is working.
Looking around I saw others like Rick talking about it as we ll as a Forum post with possible work around using Cross Page Postback
I didn't give the cross post back a try but we have a SecureRedirect method on our BaseUIPage that we extend most pages from and that worked like a charm.
posted by dyack with 24 Comments
Reader Comments