timeout for sqldatasource

  • Thread starter Thread starter Mike P
  • Start date Start date
You may specify it as part of the connection string using the 'Connection
Timeout' keyword. The value is specified in seconds.

How do you set a timeout for a SqlDataSource control?
 
Back
Top