this.textBox1.Text = text2.Text; 这个哪里错了 为什么会异常
public TextBox text2;private SqlConnection conn;
private void Password_Load(object sender, EventArgs e)
{
login lo = new login();
this.textBox1.Text = text2.Text;
}
这是修改密码的,调试没错误 运行的时候点下按钮就有异常 : this.textBox1.Text = text2.Text;未将对象引用设置到对象的实例。怎么回事啊~~~~~~~~~~~~~`