Hi,
I am working for a project which requires us to bind a large dataset of minimum of 5000 records - not to forget the columns that need to be displayed as well - 40 columns around.
Binding to Grid is fine - automatic paging is enabled with page size of 100 or whatever. Now the trouble is clicking for next page throws an error. I testing for around 4000 records it works fine but if it is larger than 5000 records, I am getting the following error
"Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occured while processing the request on the server. The status code returned from the server was: 12031"
Can someone tell me what is going on? Is it the limitation of the grid itself.
Any help is appreciated.
Many thanks.
Milan G