From my main aspx page, I'm navigating to a seperate aspx page. I need to pass a customer
id to the page, however, I don't wanna use session variables or a query string. Is there
any other way around this. Can I set properties on the code-behind page of the destination
page?

Thanks