How do i enter a single value from textbox in sqlserver?
I have a textbox and a submit button . when i enter anything in the textbox i want it to be stored in the sqlserver
I have multiple columns in database of sqlserver.
how can i enter only one value from textbox and pass other column values as null.
I am new to .net so please help.
Antony