SIGN UP MEMBER LOGIN:    
ARTICLE

Programmatically Create a Web Part Page with a Web Part in Sharepoint 2010

Posted by Ravishankar Articles | SharePoint April 20, 2011
In this article I am going to explain how to create a web part page along with a web part.You can download the code from http://customwwp.codeplex.com/
Reader Level:


In this article I am going to explain how to create a web part page along with a web part. After using this feature, we just need to activate the feature; the rest will complete automatically.

Steps for creating the functionality:

Step 1: Create a project with Farm-Based solution:

WebPart1.gif

Step 2: Add a new item as webpart:

WebPart2.gif

Step 3: Add feature event receiver class, your solution should look like the following:

WebPart3.gif

Step 4: Add your logic to the web part:

[ToolboxItemAttribute(false)]
    public class CustomWebPart : WebPart
    {
        protected override void CreateChildControls()
        {
            LiteralControl lt = new LiteralControl();
            lt.Text = "This webpart automatically added with page";
            this.Controls.Add(lt);
        }
    }

Step 5: You need to provide logic in the feature Reciever class. Find the attached file to see the source code.

Step 6: Build, deploy and activate the feature.

Step 7: Go to Page library (Site Action->View All Pages->Pages).

WebPart4.gif

We can see the code is working fine. The next step is to click on the created page and need to see whether the web part added automatically or not.

Step 9: Click on customWebpartPage1.aspx,"CustomWebPart" is present:

WebPart5.gif

That's it. Hope you like this article. Give me shout if you need any clarification.
 

Login to add your contents and source code to this article
share this article :
post comment
 

Nice and smart

Posted by Rambabu CH Apr 21, 2011
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor
PREMIUM SPONSORS
  • Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
    ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications. Visit DynamicPDF here
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor