Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 page2 访问 page1 中定义的视图状态。Page1 有 response.redirect 到 page2。
我不想要 server.Transfer 解决方案。
不,那是不可能的。ViewState在页面处理期间保存(序列化) ASP.NET 控件和页面的“更改”属性。你应该试试Session状态。
Session