I'm trying to add a record to a sqlserver database by putting a button on an aspx ,creating a connection and command,opening the connection and calling ExecuteNonQuery . firstly I cant set a breakpoint on a click event for the button as I get a 'no symbols have been loaded for the document' and when I try to add a record anyway I get a bizzare incorrect syntax near the keyword 'File'. error.:(
Any ideas
