Gridview sorting
-
Hi Freanids, I am using a Gridview in my project but when i implement sorting on columns its giving following error randomly, Error is bellow:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Kindly help me on this issue, how i resolve it. Thanks in advnace Arsad
-
Hi Freanids, I am using a Gridview in my project but when i implement sorting on columns its giving following error randomly, Error is bellow:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Kindly help me on this issue, how i resolve it. Thanks in advnace Arsad
Did you try to google [^]the error message?
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Did you try to google [^]the error message?
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
Hi Manas, Thanks for your suggestion on this actually i tried it before but i didn't succeed at that time as the most of comments suggest to add commond timeout attribute in connection string, for now i again implement it at this time no error occured, as i say it was randomly occur so hoping for best. Thanks for help Abbas
-
Hi Manas, Thanks for your suggestion on this actually i tried it before but i didn't succeed at that time as the most of comments suggest to add commond timeout attribute in connection string, for now i again implement it at this time no error occured, as i say it was randomly occur so hoping for best. Thanks for help Abbas
-
The query timeout happens for the query. So next time it happens, check the query that is executed. Compare it with the query that does not time out. Maybe that will help? Shreekar
thanks Shreekar.