dear luuk
this code help me when there is product need to update or edit i have get the picture of the product
User Profile
Collapse
-
-
Parameter is not valid.
Code:FRM_ADD_PRODUCT frm = new FRM_ADD_PRODUCT(); frm.txtRef.Text = this.dataGridView1.CurrentRow.Cells[0].Value.ToString(); frm.txtDesc.Text = this.dataGridView1.CurrentRow.Cells[1].Value.ToString(); frm.textQte.Text = this.dataGridView1.CurrentRow.Cells[2].Value.ToString(); frm.txtPrice.Text = this.dataGridView1.CurrentRow.Cells[3].Value.ToString(); frm.cmbCat.Text
No activity results to display
Show More
Leave a comment: