Fairly new to sharepoint, and working on a project which involves making custom webparts to enable extra functionality in new/edit/display webparts.
I have a working overridden SaveButton in the webpart for the New Form, but when I try and do the same thing on the Edit form it's not firing the event. I've tried creating seperate buttons for each form, or calling the NewSaveButton from the edit form, but neither way is working. I've tried creating rendering templates, and that's also not working.
Does anyone have any idea's as to what I might be missing