I am using webdatagrid and paging, it is working fine for first page but when we go for other pages error occurs as "Server does not responds"
On pageindexchange i am fetching data from database.
Is there a perticuler time limit to respond?
Hi icicbanksdg,
It has been some time since your post, however in case you still need asistance I would be glad to help.
While WebDataGrid indeed sets a timeout period when making AJAX callbacks, note that with most datasource you would not need to manually fetch the data for the respecive page on PageIndexChange. I would also suggest that you ensure that the grid is bound to its datasource on each postback.
Please feel free to contact me if you have any questions.