I am receiving an error in my application and i can not figure out how to resolve it. Here is the code:
SqlConnection myConnection = new SqlConnection(Confi
myCommand2.Parameters.Add("@TaskName", SqlDbType.NVarChar, 50).Value = t;
t is a Task not a string. This should probably by name.
t
Task
name