在衡物搏单击DataGirdView的内容事件里面写代码
如下:
textbox1.text = this.dataGridView1.CurrentRow.Cells[索引列].Value.ToString();
不蚂高成功咐祥找我
public void dataGridView1_DoubleClick(object sender, EventArgs e)
{
View myview = new View();
myview.textBox1.Text = dataGridView1.Rows[dataGridView1.CurrentRow.Index].Cells[1].Value.ToString();
myview.ShowDialog();
}
事件类型可以有多种 自己选择 我这孙誉个档孙是双击
新行凯链建一个view的Windows窗体 里面想显示什么数据就写什么数据
好久没用过了 不知道对不对
this.dataGridView1.SelectedCells[0].Value;