We do admin panel. There is a master page and content pages.
For logged in users, the admin panel should appear on top, the contents of which should change depending on which page is open . How to implement it?
Good people say to make a nested table in the top line of the masterpage and make it hidden for unauthorized ones. I'm not sure about something ... :)
How will the data from the open content page be transferred to the masterpage? (after all, it is necessary for the realization of the declared capabilities) Is it dangerous to just hide it for unauthorized users?
(VS 2010, .NET 4)