Im hoping someone can help. Ive been working on this for days and am about to throw my computer sit in a corner and cry.
I have a webform that I need to make editable. This webform calls on various tables, some of which use an ID to retrieve a name etc. When I try to update anything currently I receive the error in the subject line. The spot where the error points to is
in bold
query = "EXEC USP_UPDATE_PROJECTS '" + TextBoxOne.Text.ToString() + "','" +
TextBoxTwo.Text.ToString() + "','" +
DropDownListOne.SelectedValue.ToString ...
Go to the complete details ...