Hi everybody,
I'm not exactly sure which forum to ask this question, since I don't see some General Coding questions forum, so I ask here.
I have two pages that share the same code in the Form_ItemUpdating event. I want to create a public static method for this. My question is: can I use FormViewEventArg in the generic method and would e.Cancel or e.NewValues be accessible there? In other words, I want to pass e to the delegate and be able to do e.Cancel as the current logic dictates.
Thanks a lot in advance.
...
Go to the complete details ...