Can we post and access view state in another application

Q

Can we post and access view state in another application?

✍: Guest

A

You can post back to any page and pages in another application, too. But if you are posting pages to another application, the PreviousPage property will return null. This is a significant restriction, as it means that if you want to use the view state, you are confined, for example, posting to pages in the same virtual directory. Even so, this is a highly acceptable addition to the functionality of ASP.NET.

2007-10-23, 4918👍, 0💬