Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sher ali

@sher ali
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • datagridview data transfer from one form to other form
    S sher ali

    i did't bound any datagrid to any datasource but i just added some rows to one datagrid and want to copy it to other form datagrid using the code

    RegistrationForm rg = new RegistrationForm();
    for (int i = 0; i < dataGridView2.Rows.Count-1; i++)
    {
    string[] values = { dataGridView2.Rows[i].Cells ["TestID"].Value.ToString(), dataGridView2.Rows[i].Cells["TestName"].Value.ToString(), dataGridView2.Rows[i].Cells["Charges"].Value.ToString(), dataGridView2.Rows[i].Cells["DeliveryDate"].Value.ToString() };
    RegistrationForm.dataGridView1.Rows.Add(values);
    his.Close();

    C# question

  • datagridview data transfer from one form to other form
    S sher ali

    hi i am using to form in my application each form have a datagridview i want to transfer all the rows of one datagridview to other form datagridview how?

    C# question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups