S
shapper
Hello,
How can I get the currently log on user and change its email?
Thanks,
Miguel
How can I get the currently log on user and change its email?
Thanks,
Miguel
How can I get the currently log on user and change its email?
Hello,
How can I get the currently log on user and change its email?
Thanks,
Miguel
hi...
Miguel
if (Page.User.Identity.IsAuthenticated)
{
MembershipUser user =
Membership.GetUser(Page.User.Identity.Name);
user.Email = "(e-mail address removed)";
}
this is the code to get a logged in user
Thanks
Masudurhttp://www.kaz.com.bdhttp://munnacs.110mb.com
hi...
Miguel
if (Page.User.Identity.IsAuthenticated)
{
MembershipUser user =
Membership.GetUser(Page.User.Identity.Name);
user.Email = "(e-mail address removed)";
}
this is the code to get a logged in user
Thanks
Masudurhttp://www.kaz.com.bdhttp://munnacs.110mb.com