tags:

views:

11

answers:

0

Is there a way to determine a property from a content page from the master page, while the master page is initializing?

I am trying to dynamically load a control. But the control to be loaded is dependent upon which page I am on. However, the master page initizes first so I can't figure out how to get info from the content page at this point.

This is ASP.NET 4.0.