November Happy Hour will be moved to Thursday December 5th.
Out of the box, is there a way to use visitor groups to check logged-in and not logged-in users?
On a page, I want to display "text1" for logged-in users and "text2" for not logged-in users.
Is it possible?
Just use PrincipalInfo.CurrentPrincipal.Identity.IsAuthenticated. This returns a boolean
Use the Role criterion from http://criteriapack.codeplex.com/
"Use the Role criterion from http://criteriapack.codeplex.com/"
Awesome!
Out of the box, is there a way to use visitor groups to check logged-in and not logged-in users?
On a page, I want to display "text1" for logged-in users and "text2" for not logged-in users.
Is it possible?