I have set up my members like this blog post. I need to display the profile of a member on the front end of the site. To do so for the currently logged in member I would do this (resident is my custom profile).
Resident resident = (Resident)Context.Profile;
however I don't know how to get a member by their ID.
Displaying member profile front end
I have set up my members like this blog post. I need to display the profile of a member on the front end of the site. To do so for the currently logged in member I would do this (resident is my custom profile).
however I don't know how to get a member by their ID.
Can anyone help?
is working on a reply...