Main menu:

Site search

Pages

Categories

February 2012
M T W T F S S
« May    
 12345
6789101112
13141516171819
20212223242526
272829  

Archive

Steps in Making a Basic Web Part

2.JPGThere 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