3
Shouts

The SharePoint Geek: How to: Create and Deploy Feature Receivers in SP 2010 and Customizing Top Link Bar

published 675 days, 20 hours, 41 minutes ago posted by http://www.thespgeek.com/http://www.thespgeek.com/ 677 days, 20 hours, 21 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 8:21:04 PM GMT

To create a Feature receiver In Microsoft Visual Studio, start an Empty SharePoint Project. When you are prompted, choose to make it a sandboxed solution. In Solution Explorer, right-click the Features folder, and then select Add Feature. Right-click the Feature, and select Add Event Receiver. Open the .cs or .vb file that was created in the previous step.

  1. Uncomment and override the event handlers in the file as needed using your event handling logic. As a general rule, if you override the ...
category: Web Dev | clicked: 9 | | source: www.thespgeek.com | show counter code
tags: SharePoint 2010