Hello,
I just spendfew long hours trying to understand why I got this exception.
This is my code:
string
+
+TextBox2.Text.ToString()+
+TextBox3.Text.ToString()+
+TextBox4.Text.ToString()+
{
myConn.Open();
myCmd.ExecuteNonQuery();
}
myConn.Close();
I checked my syntax dozens of times and I couldn't found nothing wrong in it.
can somone please help me???