int cr = dataGridView1.CurrentRow.Index;                   
name.Text = dataGridView1[coulom number, cr].Value.ToString();