Also, if you have a large viewstate it will take a while for the Treeview to build as I am just using the MS TreeView control which is very verbose in its HTML output.
Sunday, 4 May 2008
Online Viewstate Viewer / Decoder for Asp.Net 2.0
I got frustrated trying to find an online viewstate decoder for ASP.Net 2.0(.aspx), so wrote my own. You can use it below. NOTE! this is very basic; if you do something wrong you will get a generic error so make sure you copy the viewstate carefully (Firebug in Firefox makes this easy!).
Also, if you have a large viewstate it will take a while for the Treeview to build as I am just using the MS TreeView control which is very verbose in its HTML output.
Also, if you have a large viewstate it will take a while for the Treeview to build as I am just using the MS TreeView control which is very verbose in its HTML output.
Subscribe to:
Post Comments (Atom)
15 comments:
Really useful tool. Thanks :)
Dude, you are a legend; definitely didn't want to be running EXEs downloaded from the web to achieve this - thanks :)
nice mate one. well done!
Really appreciate it. Thanks!
I really appreciate it, an easy and fast way to decode. Thanks a lot buddy
Thank you, this is a really nice online ViewState viewer.
There is a very nice Firefox plugin (ViewStatePeeker by geek111222) to do the same but it does only work with Firefox 3.5 :(
Riga
Here's another one:
http://ignatu.co.uk/ViewStateDecoder.aspx
Working link:
http://ignatu.co.uk/ViewStateDecoder.aspx
Nice work; simple, clear and usefull. Thanks for publishing.
Great tool, thanks for taking your time to publish
Any Chance of getting a copy of the Source? I'd like to incorporate a tool like this in my Error logging and debugging tools.
Hi C Penney, I copied the original source for this from a CodeProject article, I think (it was a long time ago). I then converted it from Winforms to Webforms (a trivial exercise). So if you use Google you should be able to find the original code. Cheers.
Nice post very helpful
dbakings
Great tool for decoding
Post a Comment