向模板页,怎么就一个页面改变了值?
((Label)Master.FindControl("Lab_username")).Text ="用户名:"+ this.Txb_UserName.Text;//向模板页传参数
((LinkButton)Master.FindControl("Lbtn_login")).Visible = false;
((LinkButton)Master.FindControl("Lbtn_land")).Visible = false;
((LinkButton)Master.FindControl("Lbtn_exit")).Visible = true;
就只有一个登录内容页面改变了值,这是怎么回事?请大家帮忙。。谢谢。。