<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx</link><description>Requirement: I have a Doc Lib where I have some Metadata fields. There is one field called “My Choice” which is a Choice type field with 3 values – “Choice1”, “Choice2” and “Choice3”. By Default the selection is “Choice2”. Now there is another field called</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>MSDN Blog Postings  &amp;raquo; 2008 &amp;raquo; February &amp;raquo; 28</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#7937766</link><pubDate>Fri, 29 Feb 2008 01:19:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7937766</guid><dc:creator>MSDN Blog Postings  » 2008 » February » 28</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2008/02/28/"&gt;http://msdnrss.thecoderblogs.com/2008/02/28/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#7938240</link><pubDate>Fri, 29 Feb 2008 02:28:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7938240</guid><dc:creator>SHAREPOINTBlogs.com Mirror</dc:creator><description>&lt;p&gt;Requirement: I have a Doc Lib where I have some Metadata fields. There is one field called “My Choice&lt;/p&gt;
</description></item><item><title>re: SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#7973670</link><pubDate>Sat, 01 Mar 2008 12:37:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7973670</guid><dc:creator>Aaron Powell</dc:creator><description>&lt;p&gt;Just a tip, you'd be better off putting a FeatureReceiver on your feature so you can attach the EventHandler to the actual lists EventReceiver collection, rather than doing the 'if' statement. This removes overhead of hitting the event handler every time. Also if your site has multiple EventHandlers within your site you'll really decrease the overhead.&lt;/p&gt;</description></item><item><title>re: SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#8969967</link><pubDate>Tue, 30 Sep 2008 10:31:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8969967</guid><dc:creator>Ankit Patel</dc:creator><description>&lt;p&gt;Hi Pranab,&lt;/p&gt;
&lt;p&gt;I am working in cimcon software as an module leader in .Net and Sharepoint area.&lt;/p&gt;
&lt;p&gt;I want to know that how can we give multiple receivers in one Elements.xml ?&lt;/p&gt;
&lt;p&gt;I hopw for your kind co-operation.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ankit&lt;/p&gt;</description></item><item><title>re: SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#9286541</link><pubDate>Wed, 07 Jan 2009 03:25:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9286541</guid><dc:creator>mossdev</dc:creator><description>&lt;p&gt;hi &lt;/p&gt;
&lt;p&gt;do u know if this can be implemented as webpart?&lt;/p&gt;</description></item><item><title>re: SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#9340002</link><pubDate>Mon, 19 Jan 2009 16:12:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9340002</guid><dc:creator>VIkash</dc:creator><description>&lt;p&gt;when u r uddating item u won't be able to see the Drop Down selected value(The changed one) it will take the value which was present there , so kindly show me how to do that&lt;/p&gt;</description></item><item><title>re: SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#9408377</link><pubDate>Mon, 09 Feb 2009 13:04:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9408377</guid><dc:creator>Imir</dc:creator><description>&lt;p&gt;I tried to follow your steps but in the end I do not see any folder called Package and ValidateOnSave.wsp. Any help with this? &lt;/p&gt;
&lt;p&gt;thanks a lot.&lt;/p&gt;</description></item><item><title>re: SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#9652746</link><pubDate>Fri, 29 May 2009 14:43:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9652746</guid><dc:creator>Vishal nagpal</dc:creator><description>&lt;p&gt;Hi Pranab,&lt;/p&gt;
&lt;p&gt;Can you please tell me from where i will get the value of strListID == &amp;quot;241fd82c-d67b-44aa-abb2-409df8c9942e &lt;/p&gt;</description></item><item><title>re: SharePoint 2007 (MOSS/WSS) – Creating an ItemUpdating Event Handler as a feature and Packaging it in .wsp</title><link>http://blogs.msdn.com/pranab/archive/2008/02/28/sharepoint-2007-moss-wss-creating-an-itemupdating-event-handler-as-a-feature-and-packaging-it-in-wsp.aspx#9660755</link><pubDate>Sat, 30 May 2009 02:34:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9660755</guid><dc:creator>pranab</dc:creator><description>&lt;p&gt;Vishal,&lt;/p&gt;
&lt;p&gt;Go to the List settings page of List/Doc Lib and copy the ID from the URL. Change %7B and %7D to { and } and %2D to -.&lt;/p&gt;
</description></item></channel></rss>