tehon3299
Well-known member
OK - This is probably a pretty straight forward question... What is the syntax of the SQL Insert Command when say you have 2 textboxes that you want to get the data from? i.e. INSERT INTO tableName (columnNames) VALUES (textbox.Text)
I know thats not right but its the right idea.
P.S. This is on an ASPX page in .NET
Thanks
I know thats not right but its the right idea.
P.S. This is on an ASPX page in .NET
Thanks