I am doing a SQL statement and filling a datagrid with the results,but I get a message that the time out period has elapsed prior tocompletion. I would appreciate any help with how to extend thetimeout period.
Can we see your SQL statement? It may be that you need to make your query more efficient, or close a loop or something.
2 waysserver.scripttimeoutconnection object has a .connectiontimeout propertyI agree with Pete though I would like to see what you are doing so we can maybe make it faster to start with and not have to increase the timeouts.