Hi,
Using the sitemap and security trimming is there an easy way to display menu items before the user has logged on and hide them once they have logged on?
Thanks
Sure -- using the <asp:LoginView> control, you can set up an "AnonymousTemplate" with menu you want before the user has logged on, and then a "LoggedInTemplate" that does not contain the menu items.Marcie
Is it applicable for dot net 2003
No, for VS 2003, you'd have to write custom code for that.
Marcie
0 comments:
Post a Comment