Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ViewState Viewer

    I'm wondering if there is any tool available to take a peek at ViewState.
    The reason I'm asking is that I would like to take a look at what object is
    stored in ViewState in my application. I want to be able to analyze the ASP
    ..NET controls so that I can turn off ViewState for the controls that don't
    need to be in ViewState. My ViewState is getting big.... I tried to decode
    Base64 and get XML out of it, but whatever I did did not result in readable
    XML.

    Does anyone know any tool to decode ViewState?


    Hayato Iriumi Guest

  2. Similar Questions and Discussions

    1. Failed to load viewstate. The control tree into which viewstate...
      Hi to all, I have a webform.aspx and inside i have a dropdown list with autopostback and a place holder... Depending of the selected index...
    2. Is there an EPS viewer?
      Is there a way of previewing EPS files like you can do with JPG's Bitmaps etc in photoshop or ACDSEE. Is there another way of working out what you...
    3. Anyone seen event viewer do this before?
      When I look at at event the event view System Log the screen is blank even though it says that there are 2,347 events. The other logs will also...
    4. Viewstate errors... how do I get viewstate working?
      Hi all, Have to say I can't for the life of me get this viewstate business working with collections of classes! The current error I'm getting...
    5. Windows Fax Viewer and XP
      Hi, I just installed Studio MX and while the standard graphics files look like they are associated with fireworks they launch into Windows Fax...
  3. #2

    Default ViewState Viewer

    Try this tool by Fritz Onion -
    [url]http://staff.develop.com/onion/resources.htm[/url]
    >-----Original Message-----
    >I'm wondering if there is any tool available to take a
    peek at ViewState.
    >The reason I'm asking is that I would like to take a look
    at what object is
    >stored in ViewState in my application. I want to be able
    to analyze the ASP
    >..NET controls so that I can turn off ViewState for the
    controls that don't
    >need to be in ViewState. My ViewState is getting big....
    I tried to decode
    >Base64 and get XML out of it, but whatever I did did not
    result in readable
    >XML.
    >
    >Does anyone know any tool to decode ViewState?
    >
    >
    >.
    >
    bah Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139