Hi,
i need some assistance regarding EditProfile.
After being logged in as a registered user, when i click on my displayname to edit profile .... the profile is not visible.... This is happening when i clicked my name from any of "user defined pages"
But when i try to go to my profile from HOME page, then its visible
It's really confusing for me....im unable to sort out the solution.....
i debugged the code & i found that in the part:
For Each profProperty As ProfilePropertyDefinition In properties
If profProperty.Visible Then
If profProperty.Visibility = UserVisibilityMode.AdminOnly Then
profProperty.Visible = (IsAdmin Or IsUser)
ElseIf profProperty.Visibility = UserVisibilityMode.MembersOnly Then
profProperty.Visible = Request.IsAuthenticated
End If
End If
Next
UserVisibilityMode.AdminOnly is coming True even though i've already set the visibility property to "Members Only".....(in UserSettings)
Kindly help me through it....its urgent !!!!!