Exemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     PL.Form_List_Groupe grp = new Form_List_Groupe();
     grp.ShowDialog();
     txtIDgrp.Text  = grp.dataGridView1.CurrentRow.Cells[0].Value.ToString();
     txtgroupe.Text = grp.dataGridView1.CurrentRow.Cells[2].Value.ToString();
 }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form_List_Groupe frm = new Form_List_Groupe();

            frm.ShowDialog();
            this.txtidgroupe.Text  = frm.dataGridView1.CurrentRow.Cells[0].Value.ToString();
            this.txtgroupe.Text    = frm.dataGridView1.CurrentRow.Cells[2].Value.ToString();
            this.txteffective.Text = frm.dataGridView1.CurrentRow.Cells[5].Value.ToString();
            this.txtannee.Text     = frm.dataGridView1.CurrentRow.Cells[6].Value.ToString();
            this.txtniveau.Text    = frm.dataGridView1.CurrentRow.Cells[1].Value.ToString();
            this.txtfiliere.Text   = frm.dataGridView1.CurrentRow.Cells[3].Value.ToString();
        }