I'm Dedicating this ViewState Viewer to ASP.NET Students of AUC..
It will decode ViewState Rendered Form in to human readable form..For Testing write code
ViewState["Hello"] = "YourMessage Here";
Right click on your WebApplication.aspx Go to View the Source..
and copy the value of the ViewState Past In the application and Press "Decode".
*****TESTING******
For Testing Past:
/wEPDwUKMTg1ODczOTU0Ng8WBB4JU29tZVRoaW5nBQxoZWxsbywgTWFoYWQeA0FVQwURU2lyLiBBdGlmIEh1c3NhaW5kZL+umfdCAFV60ZIc/BU4cb2KfcQK
It will give out put : 1858739546 SomeThing hello, Mahad AUC Sir. Atif Hussaindd????B
the Code was:
ViewState["SomeThing"] = "hello, Mahad";
ViewState["AUC"] = "Sir. Atif Hussain";
Note: Its For Learning Purposes, So Please no -ve comments.
Download Link :
0 comments:
Post a Comment