System.Data.SqlClient.SqlException: Transaction (Process ID 112) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.HasMoreRows()
at System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)
at System.Data.SqlClient.SqlDataReader.Read()
at SearchLogic.runSearch(String make, String model, String trim, String MinPrice, String MaxPrice, String keyword, String fuel, String doors, String colour, String Distance, String Order, String Eastings, String Northings, Int32 offset, String SearchType, String url, String view, Boolean dealersearch, String dealername, String bodystyle, String transmission, String maxage)
at ASP.carsearch_aspx.doSearch(Int32 offset, String type)