Steps in Making a Basic Web Part
There are simple steps to follow in creating a basic custom Web Part that can be added to a Web Part page. These steps can help you to create a Web Part that is derived from the ASP .NET 2.0 WebPart class that is used in a SharePoint site. Before implementing these steps, you need to have Windows SharePoint Services 3.0 and Visual Studio 2005.
The following are the steps in creating a basic Web Part:
1. Create an ASP.NET Web Part assembly
2. Place your assembly in the bin or global assembly cache
3. If you choose to use the bin directory, do not forget to implement special security attributes
4. Add your Web Part to the SafeControls list
5. Create a .webpart file associated with your Web Part
6. Add your Web Part to a Page
Posted: April 10th, 2010 under Guide.
Comments: none