How to decode the ASP.NET EventValidation and ViewState?
Create a simple windows app and use Convert.FromBase64(str) to decode ViewState data if it is not encrypted.
Convert.FromBase64(str)
ViewState
Note: GridView causes encryption.