How to get your user profile pic in DNN module
here is the code
protected void Page_Load(object sender, EventArgs e)
{
PortalModuleBase myportalInfo = new PortalModuleBase();
Literal1.Text = myportalInfo.UserInfo.Profile.PhotoURL;
}
I hope it helps you and save your time
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
here is the code
protected void Page_Load(object sender, EventArgs e)
{
PortalModuleBase myportalInfo = new PortalModuleBase();
Literal1.Text = myportalInfo.UserInfo.Profile.PhotoURL;
}
I hope it helps you and save your time
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
Comments
Post a Comment
Thanks for the Comments , Your review will display soon