BeforeSave - Update member values without reload nodes
Hi All
Just starting to use events with Umbraco v
4.0.4.2. As a test I've created a simple member BeforeSave event, which works. But to see the updated fileds, I need to click on the member node to reload the member info. Is it possible in this version of Umbraco to reload from within the BeforeSave method?
public class SendMemberEmail: ApplicationBase { public SendMemberEmail() { Member.BeforeSave += new Member.SaveEventHandler(Member_BeforeSave); }
BeforeSave - Update member values without reload nodes
Hi All
Just starting to use events with Umbraco v 4.0.4.2. As a test I've created a simple member BeforeSave event, which works. But to see the updated fileds, I need to click on the member node to reload the member info. Is it possible in this version of Umbraco to reload from within the BeforeSave method?
Thanks
Eddie
is working on a reply...