sql - Displaying DataGridView column in combobox -


i have datagridview displaying data select query.

now want display 1 of columns combobox. how can that?

i tried lot , wrote code

combobox1.datasource = ppdataset1.tables("hospital_select") 

but wrong.

is there easy way this?

note : using sql server 2005


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -