The aspx file I am using (We can call this page "A") has a MasterPageFile.
In the actual MasterPageFile there is a div. I need to be able to grab this div and use it in the C# code behind page of Page "A".
So here is my question:
How do I grab the div from the MasterPageFile and use it in the C# code behind file of page "A"?
Thank you for your time! :)
You are free to grab any control in the master page from child page code
So, say in master page, we have this:
So, in the child page, you can do this: