failed to load viewstate. the control tree into which viewstate
        Posted  
        
            by Mohan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mohan
        
        
        
        Published on 2010-03-25T10:32:32Z
        Indexed on 
            2010/03/25
            10:43 UTC
        
        
        Read the original article
        Hit count: 443
        
viewstate
Hi Everybody, i have a gridview control . When I change page of gridview control i get this error.
Server Error in '/' Application.
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.
how to tackle with this problem. It's urgent Any suggestion? Thanks in advance.
© Stack Overflow or respective owner