september 2006 - Posts

13 september 2006
Beware the IsCrossPagePostback property
ASP.NET 2.0 introduces the ability to post back to a different URL. Version 1.1 did not have this option and always posted back to the same page. The System.Web.UI.Page class got a new property IsCrossPagePostback, that tells you whether the postback you got was due to a crosspage postback. Or so you... Read More...
Filed under: