|
|
PRB: "View State Is Invalid" Error Message When You Use Server.Transfer |
|
|
Microsoft Corportation |
|
|
ASP.NET / Error Handling |
|
|
Click to Visit |
|
|
34 |
|
Runtime error occurs in many possible ways. One among them is entitled as the theme of this tutorial. This article gives the solution for a runtime error when the webmaster uses HttpServerUtility.Transfer. This problem arises due to EnableViewStateMac attribute. Through this article the author gives a solution by passing server control values between pages and by not passing the second parameter while calling Server.Transfer. The author explains about the steps to reproduce the behavior too.
|