Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all, From some reason,
ApplicationContext.Current.Services.MemberService.Save
creates a new member, instead of overwriting the old one.
Anyone?
Hi, Rotem Orbach
You should be able to adapt the below for your needs
public static IMemberService MemberService { get { return ApplicationContext.Current.Services.MemberService; } } public void AssignUser(IMember member) { MemberService.Save(member); }
Hope you got as you need. Thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Save creates a new member instead of overwriting
Hi all, From some reason,
creates a new member, instead of overwriting the old one.
Anyone?
Hi, Rotem Orbach
You should be able to adapt the below for your needs
Hope you got as you need. Thanks.
is working on a reply...