今天用updatePanel总是遇到些奇怪的问题。刚刚就碰到下边问题。
Sys.WebForms.PageRequestManagerServerErrorException: Specified argument was out of the range of valid values.
详细问题描述如下:
Description: An unhandled exception occurred during the execution of the current web request.
Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Source Error:
An unhandled exception was generated during the execution of the current web request.
Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.]
Microsoft.Reporting.WebForms.ReportViewer.set_CurrentPage(Int32 value) +118
Microsoft.Reporting.WebForms.ReportViewer.ClientSidePageNumberChanged(Object sender, EventArgs e) +97