Hiii to all,
i am developing desktop application in VB.NET as well as in C#,
i have got every concept of simple page CRUD application and right now i am developing page with master-transaction table concept and i need to bind combo box in datagridview, but i am not getting any way how to do it,
So any help regarding this topic will be appreciated,
Thanks in Advance
If you have DataGridViewComboBoxColumn then to bind every ComboBoxCell in this column to given data source you do it like this:
And that is it :).