1) I have attached a small solution to make it clear.
2) I apologize for a small mistake on my part, I missed the single quotes in my earlier posts.
System.Data.SqlClient.SqlCommand cmd = new SqlCommand("INSERT INTO Table_1 (ScreenShotNumber, TestScriptID, StepNumber, TesterInitials, Date, DocumentNumber) "
+"VALUES ( '" + ScreenShotNumber + "' , '" + TestScriptID +"' , '" + TesterInitials + "' , '" TesterInitials + "' , '" + DocumentNumber "') ", sqlConnection1);
corrected