1 write to UserNameLabel
System.Web (1)
UI\WebControls\PasswordRecovery.cs (1)
2589
userNameContainer.
UserNameLabel
= new LabelLiteral(userNameTextBox);
5 references to UserNameLabel
System.Web (5)
UI\WebControls\PasswordRecovery.cs (5)
2051
Literal userNameLabel = container.
UserNameLabel
;
2664
c.Controls.Add(userNameContainer.
UserNameLabel
);
2666
userNameContainer.
UserNameLabel
.RenderAsLabel = true;
2736
c.Controls.Add(userNameContainer.
UserNameLabel
);
2738
userNameContainer.
UserNameLabel
.RenderAsLabel = true;