同一个按钮生成的两个click事件 为什么第一个没有用第二个用?
protected void Button1_Click(object sender, EventArgs e){
Response.Redirect("Default2.aspx");
}
protected void Button1_Click1(object sender, EventArgs e)
{
//Response.Redirect("Default2.aspx");
}

成为一名真正合格的程序设计人员,是我的梦想……我希望我的梦一直保持下去,直到我从这个世界消失……