我的一个ASPX文件,在操作一段时间以后,不论点任何地方就会出现错误,如下:Invalid character in a Base-64 stringDescription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.FormatException: Invalid character in a Base-64 string.Source Error: 
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  Stack Trace: [FormatException: Invalid character in a Base-64 string.]
   System.Convert.FromBase64String(String s) +0
   System.Web.UI.LosFormatter.Deserialize(String input) +25
   System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +101[HttpException (0x80004005): Invalid_Viewstate
Client IP: 172.17.21.5
Port: 1578
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
ViewState: ....   System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +441
   System.Web.UI.Page.LoadPageViewState() +18
   System.Web.UI.Page.ProcessRequestMain() +447看问题出在Viewstate,我的这个页面有DataGrid必须要用Viewstate。网上查了很多,没有解决的办法。打了MS所谓的补丁还是不行,各位有什么办法??