User Profile

Collapse

Profile Sidebar

Collapse
abduljalil
abduljalil
Last Activity: May 11 '15, 12:44 PM
Joined: May 10 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • abduljalil
    replied to Parameter is not valid.
    dear luuk
    this code help me when there is product need to update or edit i have get the picture of the product
    See more | Go to post

    Leave a comment:


  • abduljalil
    replied to Parameter is not valid.
    please i need help it's it is an urgent matter
    See more | Go to post

    Leave a comment:


  • abduljalil
    started a topic Parameter is not valid.

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...