I have two forms; frmProduct and frmPurchasedetails
frmProduct :-
please take a look to the columns Product Name and Purchase Rate . These columns too in frmPurchaseDetails
here is the frmPurchasedetails;
You can see the columns Product Name and Purchase Rate. This columns stands for the same data of frmProduct.
So I want this columns to be filled.
How i can fille this two columns in the frm_Load Event?
please reply

Bineesh ViswanathPosted Jul 22, 2013, 12:47 PM
see the form from the link you gave:-
My function is like this, but the data to be displayed not as new row in it.
Data(productName and purchaseRate) must be from the form frmProduct(see the form frmProduct given early).
There is one more condition that the comboboxcell column to be filled with the productName
and concerned purchase Rate to be filled in the next textbox column named purchaseRate.
please give a solution
Iftikar HussainPosted Jul 22, 2013, 6:53 AM
Please refer the below link
http://www.microsoft-csharp-tutorials.com/post/2013/03/12/Add-ComboBox-cell-to-DataGridview-in-C-on-Cell-Enter-using-DataGridViewComboBoxCell
Regards,
Iftikar