I have a user control in asp.net and I need to be able to retrieve and display the current user's profile information. The information is a user-defined profile property. I know I can get user information by using :<%#UserData("Email")%>.
Is there a way to retrieve profile data in a similar fashion?
Thanks