hiiiii
i have two button on master page login and logout and a label for username its login sucessfully but it showing username again click on login button
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.
Koteswararao MallisettiPosted Jul 31, 2010, 4:42 AM
Label lb=(Label)Master.FindControl("Id of the Label")
lb.text=userNameTextBox.Text
Note: It will WORK YOU ONLY WHEN YOU ADD MASTERTYPE DIRECTIVE IN THAT PAGE