I have two textboxes and I want to store their values into an SQL database table.
however, I get the error for the command text
Additional information: Incorrect syntax near '+'.
I dont know wether I am using the wrong syntax to combine the two values from the two textboxes or do I need another SQL statement for the second text box?