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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -