I am getting this error:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
SqlDataAdapter adp = new SqlDataAdapter(); adp.SelectCommand.CommandTimeout = 0; // Set the Time out on the Command Object