Hi All,
My web page contains a webdatagrid which displays 6000 odd records. I am using custom paging for my grid. The grid size has values of 15, 50 and 100.
When i change the grid size from 15 to 50 or 100 i get an error 'Sys.WebForms.PageRequestManagerServerErrorException'.
Kindly provide a solution.
Thanks,
Parthiban
hi Parthiban
let me know if you need any additional help. Thanks,
Angel
Hi Parthiban,
This usually means a server 500 error.
http://msdn.microsoft.com/en-us/library/bb397479(v=vs.100).aspx
I suggest two things:
1) You can start the app in debug mode and let me know what error you're getting (could be a null pointer ref, or anything else actually). A screenshot or copy/pasted error stack trace would be enough
2) You can use Firebug or some other tool to check the response from the server, which will (probably) include the error message as well.
Let me know how this goes. Thank you