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 - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -