Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Failed to load viewstate.

Failed to load viewstate.

Scheduled Pinned Locked Moved ASP.NET
helpdata-structuresregextutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shahnewaz Rico
    wrote on last edited by
    #1

    I am using "MultiView", "GridView", "DetailsView" and many others controls in my page.I am also using session. when i run my page no problem happen. but after few minutes when i click any button (any postback) this error show : "Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request." pls help me. this problem also happen in my others pages. Thahks Rico.

    C L 2 Replies Last reply
    0
    • S Shahnewaz Rico

      I am using "MultiView", "GridView", "DetailsView" and many others controls in my page.I am also using session. when i run my page no problem happen. but after few minutes when i click any button (any postback) this error show : "Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request." pls help me. this problem also happen in my others pages. Thahks Rico.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      This means that you are adding controls dynamically so that the control tree is different on postback.

      Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      1 Reply Last reply
      0
      • S Shahnewaz Rico

        I am using "MultiView", "GridView", "DetailsView" and many others controls in my page.I am also using session. when i run my page no problem happen. but after few minutes when i click any button (any postback) this error show : "Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request." pls help me. this problem also happen in my others pages. Thahks Rico.

        L Offline
        L Offline
        Laxmikant Lad
        wrote on last edited by
        #3

        hi you have added the controls cynamically. put that code in a function and call it from both from page load and from your necessary place like button click thanks

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups