When using a master page, is there anyway i can see what web form is currently loaded or being loaded in the master page, so before this line:
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
i would like to see/get the web form that's going to be loaded in the master page, is this possible?