The failed to load viewstate error is a frequent problem encountered when creating dynamic asp.net pages when you fail to create the controls exactly the same way each postback.
Questions tagged [failed-to-load-viewstate]
32 questions
0
votes
1 answer
GridView Changing EditIndex on RowEditing then Cancelling Edit yields in ViewState Error
I have a DataSet1 which has 4 rows which I bind to GridView1.
GridView1 has an Edit (image) command.
When a user clicks on row 1, in the RowEditing event, I will remove a particular row (row 0) in DataSet1 and update GridView1.
EditIndex to 0 and…

rro
- 619
- 5
- 22
-1
votes
2 answers
Multiple Console Errors Logged for JavaScript/jQuery Code
Hi I am having a series of issues with my JavaScript/jQuery code! And even though I browsed through a list of similar questions, I can't find any answers that fits my problem.
These are the issues logged to the Google Chrome developer…

codebwoy
- 145
- 3
- 20