Groups
Groups
Sign in
Groups
Groups
Tech Posts and Tips
Conversations
About
Send feedback
Help
Setting/ Accessing values of Controls on the Master Page - ASP.NET
1 view
Skip to first unread message
Justin
unread,
Oct 16, 2008, 3:24:39 AM
10/16/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tech Posts and Tips
Label mpLabel = (Label) Master.FindControl("lblPageHeader");
mpLabel.Text = "Change Password";
Now if there is label called lblPageHeader in master page, it can be
easily accessed and modified using this code.
Reply all
Reply to author
Forward
0 new messages