Error Message
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 cont
The problem is Pageload function is not getting called, when Clicking for a Second time on GridView .GridView columns are linkButtons. It has multiple Columns with linkButtons. When clicking on gridview it will redirect to linkbutton functionality.
For first click its working fine, The problem is with the second click.
If pageload gets called, my problem is solved.
I tried by Googling, I am unable to find solution.
Help me out.