ViewState Decoder (2.2)


posted by fritz-onion
07-09-2008

Downloads: 2,565
File size: 8.2kB
Views: 4,719
ViewState Decoder (2.2)
Filed under: , ,

 ViewState decoding utility.

Comments

Tony wrote re: ViewState Decoder (2.2)
on 07-15-2008 12:12 AM
Thanks a lot.
Charles wrote re: ViewState Decoder (2.2)
on 08-09-2008 11:28 PM
It doesn't seem to work, or at least I am not getting the view state converted into text. I put an asp.net label on a form and assigned "hello" to the text property. But when I run the program I don't see my "hello" string...
Dave Field wrote re: ViewState Decoder (2.2)
on 08-27-2008 12:46 PM
Great tool, really useful - a must-have for serious ASP.NET developers!
y2kstephen wrote re: ViewState Decoder (2.2)
on 09-04-2008 5:19 PM
EXCELLENT tool, thx a lot !
tava wrote re: ViewState Decoder (2.2)
on 09-12-2008 1:54 AM
thanks a lot ...
Joshua Beall wrote re: ViewState Decoder (2.2)
on 09-12-2008 11:28 AM
I'm having trouble with the following viewstate: /wEPDwUKMTczNTcxMjQ4NQ8WAh4EYmxhaDLkAQABAAAA/////wEAAAAAAAAABAEAAAB/U3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQMAAAAGX2l0ZW1zBV9zaXplCF92ZXJzaW9uBgAACAgJAgAAAAIAAAACAAAAEQIAAAAEAAAABgMAAAAFSGVsbG8GBAAAAAVXb3JsZA0CCxYCZg9kFgICAw8WAh4HZW5jdHlwZQUTbXVsdGlwYXJ0L2Zvcm0tZGF0YWQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFLmN0bDAwJE1haW5Db250ZW50UGxhY2VIb2xkZXIkU2lnbmF0dXJlQ2hlY2tCb3hVOWEKdMWBu2L6t54n3yJth67Uig== It should work fine. It contains a List which I think is confusing the ViewState Decoder, but it works fine in ASP.NET. The list has two entries, "Hello" and "World". Here's the code to generate this ViewState: List blah = new List(); blah.Add("Hello"); blah.Add("World"); ViewState["blah"] = blah; -Josh
Bill wrote re: ViewState Decoder (2.2)
on 11-20-2008 11:42 AM
Thanks a lot. Nice and simple, worked like a charm for me

Add a Comment

(required)
(optional)
(required)