specified.C:\sub\TestMasterPage.ascx1".
To fix this problem I want to determine the hierarchy of the master pages so I can determine why this particular item is being
called.This way I will know the calling order of how this item is being called by;
I know the following:
1. I know this item is called by TestPage.aspx due to the code listed below:
<%@ language="c#" debug="true" trace="false" %>
<%@ Register TagPrefix="mp" namespace="Microsoft.Web.Samples.MasterPages" assembly="MasterPages" %>
2. The namespace="Microsoft.Web.Samples.MasterPages" is calling this item based upon the statement above.
That code is in a member called: "MasterPages.cs".
Thus can you tell me what I need to do to solve this problem?
scampercatPosted Jul 4, 2012, 8:18 PM
Norberto FlogarPosted Jul 3, 2012, 2:07 AM
The info provided is not clear.
Are you adding that user control to that Page
is the page includes the masterpage
Thanks
Wall Stickers