Welcome to MSDN Blogs Sign in | Join | Help

April 2008 - Posts

CAML query with Person or People and Groups column in Sharepoint 2007 (using in Event Handlers)

I was facing an issue with my simple CAML query where I was trying to filter the Field inside Sharepoint List and supplying value from the properties.AfterProperties of List Item event handler. This field was of Person or to say People and Groups kind
Posted by ketaanhs | 1 Comments
Filed under: , ,

How to un-register an Event Handler on a List, sharepoint 2007, MOSS

Best way to deploy your event handlers in Production environment is thru Solutions/Features. All you need to use is Feature Assembly and basically use Feature Activated and Feature Deactivating events. Following is the code that you might want to refer
 
Page view tracker