Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
OnActiveRowChange event handler in code-behind page in SharePoint app
posted

I'm developing a SharePoint application using code-behind pages. I've got a WebGrid displaying data from a SharePoint list. I want to write an event-handler for the OnActiveRowChange event (cannot use auto wire-up in SharePoint code-behind). I've added event handlers for some buttons, but I get a compile time error when I try to add the handler for the OnActiveRowChange event:

"Cannot assign to 'OnActiveRowChange' because it is a 'method group'"

I'm running NetAdvantage 2008 V3, CLR 2.0

 Any ideas on how to resolve this?