GridView timeout - how to raise it?

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
 
P

Paul Clement

¤ 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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top