Hello All
I configured by web to use the SqlMembership provider to render the menu tied to the Sitemap.
I created a Theme and set some styles to the <asp:Menu /> server control in it.
On my Page, I placed the Menu Control and applied the Theme explicitly using the <@ Page Theme="PortalTheme">
My Page renders the Menu fine
Now when i moved my <asp:menu control to a newly created MAster Page and let my Content Page derive from Master Page and also include the Theme as above, it messes the Menu
The Dynamic Menu items gets displayed as well and gets shifted to the far left and everything is messed up
I know we cannot apply Theme to a MAster Page and it devives the same from content page
So Why doesn't it render menu properly on the Content Pages
Please help me and identify the problem
I have been going around in circles :(
Appreciate it
--Nirbhay