Click here to Skip to main content
15,893,564 members

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: The state information is invalid for this page and might be corrupted.

jagadeesh123qqq asked:

Open original thread
Hi Friends,

I am getting above error when i click on paging links, it works fine first time but when i click on second time on another page link getting error.

XML
<asp:updatepanel id="UpdatePanel1" runat="server" clientidmode="Static">

<asp:gridview id="grvContributor" runat="server" autogeneratecolumns="False" onrowdatabound="OnRowDataBound" onrowcreated="grvContributor_OnRowCreated"
CssClass="content" AllowPaging="true" Width="100%" AlternatingRowStyle-CssClass="odd"
HeaderStyle-CssClass="header" GridLines="Horizontal" OnPageIndexChanging="paging" DataKeyNames="ID"
EnableViewState="False">

<asp:boundfield headertext="ID" datafield="ID" headerstyle-cssclass="hiddencol" itemstyle-cssclass="hiddencol">

<asp:templatefield>
<asp:panel id="pnldocs" runat="server" style="display: none;vertical-align:top">
<asp:gridview id="grvDocument" runat="server" autogeneratecolumns="false" showheader="false" cssclass="nested"
OnRowCreated="OnRowCreated" BorderStyle="None" BorderWidth="0" AlternatingRowStyle-CssClass="odd" RowStyle-Width="100%">
<asp:templatefield>

<asp:label id="lblDocDetails" runat="server" width="100%">
<%# Eval("DocumentName") + " (document ;" + Eval("Type") + "; " + Eval("Size") +")"%>

<asp:boundfield headertext="Contributor" datafield="Contributor" readonly="True">

<asp:boundfield headertext="From" datafield="From">
<asp:boundfield headertext="Subject" datafield="Subject">
<asp:boundfield headertext="Queue" datafield="Queue">
<asp:boundfield headertext="Priority" datafield="Subject" readonly="True">
<asp:boundfield headertext="Status" datafield="Status">
<asp:boundfield headertext="Documents" datafield="Documents">
<asp:boundfield headertext="Links" datafield="Links" readonly="True">

Please help me

Thanks,
Jagadeesh
Tags: C#, Ajax

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900