在.net的listview中,每一行添加一个button,点击一个button能使这一行的数据传到另一个access数据库中
1个回答
2015-06-09
展开全部
双击listbox的值以后,棚清将选中的值传给form1中的textbox控件
[csharp]
form1中桐物的textbox1的modifilers设为Public,
private void button1_Click(object sender, EventArgs e)
{
[csharp] view plaincopy在CODE上查看代码片派生到我的局和液代码片
Form2 f2 = new Form2();
f2.ShowDialog(this);
}
:
private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
Form1 f1 = (Form1)this.Owner;
f1.textBox1.Text = listBox1.SelectedItem.ToString();
}
[csharp]
form1中桐物的textbox1的modifilers设为Public,
private void button1_Click(object sender, EventArgs e)
{
[csharp] view plaincopy在CODE上查看代码片派生到我的局和液代码片
Form2 f2 = new Form2();
f2.ShowDialog(this);
}
:
private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
Form1 f1 = (Form1)this.Owner;
f1.textBox1.Text = listBox1.SelectedItem.ToString();
}
追问
请问webform要怎么弄
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询