Hi Everyone,
Thanks for viewing this post.
I have placed the code below in the MASTERPAGE.master.cs
Label user = (Label)Master.FindControl("lblHidden123");
The control named lblHidden123 is in one of the Child page that refer to MASTERPAGE.master.. This control lblHidden123 is a normal label field, visible true.
When i try to access it in the MASTERPAGE.master.cs with the code above, it is always returning me NULL. Is there anything wrong with the code?
Please kindly advice me and do let me know if my post is unclear.
Thanks!