kes
you can check for cross-page postback on the target page by checking
PreviousPage property for null reference. I've blogged about that at:
http://aspadvice.com/blogs/joteke/archive/2007/07/12/ASP.NET-cross_2D00_page-postbacks_3A00_-PreviousPage-and-PreviousPage.IsCrossPagePostBack.aspx
So basically in Page_Load of your target page, check with previous technique
if you're in cross-page post and if you are then just set the property .
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"WebBuilder451" <WebBui...@discussions.microsoft.com> wrote in message
news:378D8AF4-5C83-4B1C...@microsoft.com...