i created a 1 label and 1 hyperlink(login) in the masterpage.
wen i clicked the hyperlink(login) it open a login page in content page,and after check the usrnme & pswd , when click the login button in login page,the username want return to label control in the masterpage.
pls help!
thanks and regards
Krishna GaradPosted Feb 16, 2011, 3:42 AM
Label templbl=(Label)this.Master.FindControl("LabelIdOnMasterPage");
templbl.Text="Set User Name Here";