I have a dataGridView in my program that displays stuff .



The invoice No column has a combo box
what I wanna do is when the form loads the All the invoice No's which r in the DB should be loaded into the combo box

When I select the Invoice No using the combo box the rest should fill

this is what I did --
In form load wrote a code to fill the combo it din work
I tried but the combo box didnt fill
And the combo box dropdown also didnt work


In normal combo I use
Code:
ComboBox1_SelectionChangeCommitted
but in the datagrid combo what should I use ?

If can please help me ?
--
thx
nVidia
I am a newbee for .net