|
-
March 21st, 2008, 02:02 PM
#1
how to store data from combo box
how to store data in the sqlserver database table that will be selected from the combo box.
Thanks in Advance.
Last edited by pran_chorge; March 21st, 2008 at 02:50 PM.
Reason: to mention name of database
-
March 21st, 2008, 02:06 PM
#2
Re: how to store data from combo box
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.
-
March 21st, 2008, 03:33 PM
#3
Re: how to store data from combo box
You usually get the db for the combo, and then choose. What do you mean?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|