Wednesday, September 4, 2013

how to show ViewState information?

byte[] decode = Convert.FromBase64String("/wEPDwULLTE2MTY2ODcyMjlkZA==");

Response.Write(System.Text.Encoding.ASCII.GetString(decode));

No comments:

Post a Comment