Posts Tagged Feature Receivers
Enable ASP.NET AJAX in Your SharePoint 2007 Farm
Posted by Michael Bowersox in SharePoint on March 4, 2010
SharePoint 2007 does not enable ASP.NET AJAX by default. Although the process to enable ASP.NET AJAX on a SharePoint 2007 web application is rather straightforward, it can be time consuming and error prone due to the amount of web.config entries that need to be made. So, a while back a friend and I created a [...]
Feature Receiver Basics
Posted by Michael Bowersox in Development, SharePoint on May 10, 2009
As you begin developing more and more complex features to be deployed to SharePoint, you will most likely come across the need to perform some additional actions when your feature is installed and activated as well as extra clean-up when your feature is deactivated and uninstalled. In come Feature Receivers to do just this. Feature [...]