Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

An unhandled exception occurred during the execution of the current web request

Line 30:         OleDbCommand build = new OleDbCommand(sqlstr, conn);
Line 31:         conn.Open();
Line 32:         build.ExecuteNonQuery();
Line 33:         conn.Close();
Line 34:     }
Source by localhost #
 
PREVIOUS NEXT
Tagged: #An #unhandled #exception #occurred #execution #current #web #request
ADD COMMENT
Topic
Name
6+1 =