Resolve | Problems in multiple pages of the DataGrid, the last record in the end of the page is deleted, often appearing:
Invalid CurrentPageIndex value. It must be greater than or equal to 0 and less than PageCount.
Note: An unhandled exception occurred during the execution of the current WEB request. Check the stack trace for more information about the error and where the error occurred in the code.
Exception Details: System.Web.HttpException: Invalid CurrentPageIndex value. It must be greater than or equal to 0 and less than PageCount.
Now just add the following code to the DeleteCommand event in the DataGrid to completely resolve the change.
Note: [Protected System.Web.UI.WebControls.DataGrid DG];
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.