GridView timeout - how to raise it?

  • Thread starter Thread starter Dariusz Tomon
  • Start date Start date
D

Dariusz Tomon

I have GridView1 attached to a SqlDataSource1 (everything done automatically
via VS2005).
The problem occurs after launching the page because timeout is risen.
The question is how to increase the timeout limit using properties of
SqlDataSource1 or GridView1 objects?

Best Regards

Dariusz Tomon
 
¤ I have GridView1 attached to a SqlDataSource1 (everything done automatically
¤ via VS2005).
¤ The problem occurs after launching the page because timeout is risen.
¤ The question is how to increase the timeout limit using properties of
¤ SqlDataSource1 or GridView1 objects?
¤

The issue isn't related to the data source but to the web application. You need to change the
executionTimeout setting in the web.config file.

http://msdn2.microsoft.com/en-us/library/e1f13641(VS.80).aspx


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top