Creating a contact book might sound silly, but this is my 1st project using a database.
I had posted details about this project of mine on csharpfriends but sadly that post was lost somewhere in shifting.
I wanted to know that if I want to assign a columnn values (mdb) to a combobox1 in my winform then how should I go about it?
I want my combobox to show all the values in a particular column (mdb).
VS 2005 express edition is not having support for excel files. :(

1 answers
well you should do a select statement that selects a single column from a table and execute the query by datatadapter. get the datatable and databind it to the combobox specifying the display member and value property.
you can do it by applying a code like that
answered 2 years ago by:
1556
412
I'm having a prob here...... http://www.debugging.com/bug/23203#79963 In the meanwhile I'll implemente this code in a new project.