Suppose you have a label control name lblMessage in your masterpage and you want to access the label control from one of your pages, you can do so using the following code
Ctype( Page.Master.FindControl(”lblMessage”),Label).Text = “Hello”
Have a nice day... 'N happy Coding :)
1 comment:
Nice post, Arun.
Thanks :-)
Post a Comment