hello guys how r u ?
i have an content page login.aspx and master page . i have to show user name on master page when user logged in ...
how it will be possible for me ?
Replyy soon
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bharath ReddyPosted Feb 20, 2014, 1:38 AM
KalaiPosted Feb 20, 2014, 1:10 AM
Label lbl = (Label)Master.FindControl("lblUsername");
lbl.Text = "Robert";