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
Post a Comment