how to store data in the sqlserver database table that will be selected from the combo box.
Thanks in Advance.
Printable View
how to store data in the sqlserver database table that will be selected from the combo box.
Thanks in Advance.
Which database are you talking about? In case it is SQL Server that you are are talking about then You can just use an Insert Query with a SQLCommand object. Look at SQLConnection, SQLCommand on MSDN. They have enough example code over there.
You usually get the db for the combo, and then choose. What do you mean?