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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -