I have a very weird/interesting thing that is happening on one of my ASP.NET Web Forms projects. I have created a master page and formatted the layout using CSS. In this layout I've included a Menu navigation control using the Web.config file as the datasource (duh). When I compile and run the project, the Default.aspx works fine. The Menu control displays the appropriate links as specified in the Web.config file.
Here's the weird part. When I create new pages from the master page, everything works as expected except for the Menu control. It isn't there. I'm at a loss. I've dibbled and dabbled with so many things now that I think my brain is fried. Any suggestions will be greatly appreciated.
Thanks
Try this:
Example Master page:
Then on your master page load event: Add
Example Child Page:
Hope this help.
Regards