Mono Support Anonymous or Registered 

Viewed 8352 time(s), 2 post(s), 1/2/2013 6:06:32 AM - by sam0864
1/2/2013 6:06:32 AM
656 Reputation 79 Total posts

How to verify if the user is anonymous or registered (already logged in)? I would like to show NewUsers web part if anonymous and FriendSuggestionsList for registered users

1
1/2/2013 9:08:53 AM
3016 Reputation 428 Total posts

Hi,

this is a standard ASP.Net functionality:

control.Visible = Page.User.Identity.IsAuthenticated;
Regards.

2
This is a demo site for MonoX. Please visit Mono Software for more info.