How to Datagrid view particular Datas Binding inCombobox
I am creating windows application using c#.net 2010, here I am using grid view, inside my grid view I am set combo box in page load option, I am run the application binding all database data's are shown in combo box, but I want only particular data's only binding for combobox how to create.Ex:
Product nu prices
40 1000(combobox here binding (40 number values only) 1000, 900 how to bind )
50 1500(combobox)
40 900(combobox)
Give me any one idea