Creating Connectable Web Parts using SharePoint 2010 Visual Web Part.

Ratings:
(4)
Views:0
Banner-Img
  • Share this blog:

 

Creating Connectable Web Parts 

Here we are going to use the Visual Web Part template to create Connectable Web parts. In ASPNET the Web Parts are communicated via interfaces this allows Web Parts to exchange information with each other at run time.  These Interfaces will define the message structure which is passed between two connectable Web Parts. Here are the steps we need to do to create Connectable web parts.

  1. Define the Interface that will specify the data we wanted to pass or exchange from one web part to another web part.
  2. Create Provider Web Part.
  3. Consumer Web Part.
Aspired to become a SharePoint? Explore the post to discover the know-how on the " SharePoint Training" course

First Fire of VS.NET 2010 and create an Empty SharePoint project.   18 Now Visual studio provides you to select Deployment options.  Here we are going with Farm based solution. Because the Visual Web part cannot be deployed in the Sandboxed solution. 19 If you select a Sandboxed solution and deploy to SharePoint you get the following error   20   Now we need to add the Interface to our project. Here I am calling it  ICommunicationChannel. public interface ICommunicationChannel { int GetInvoiceId { get; } } Now we need to Add both Provider & Consumer Visual  Web Parts . In the provider web, part UI just add the Dropdown list box. 21   Now add the Consumer web part UI just add GridView control.   22 Now open of the Provider Web part and add our Interface to implement as shown here. 23   Now open of the Consumer web part and add a method to receive the Provider Web Part message. 24 I am using LINQ to SQL to connect my Data Source. Invoice and Invoice Line are tables from my Database.   25

Now we need to populate the drop-down List box with Invoice ids from our Database table called Invoice Line. 26 In the consumer web part we need to Query the Invoice Details information for the Invoice ID passed by the Provider web part. [Which is selected in the Provider web part drop-down list]. 27   Now build the project correct it if any compiler errors and then deploy to SharePoint. Now go to the SharePoint site where you wanted to add these web parts and tests. Click Edit -> Insert and select Web Part button from the Ribbon menu now select Custom from Categories ->select Provider web part-> click add button this will add the provider web part to the Page. Follow the same steps to add the Consumer Web Part as well. 28   Once Both Provider and Consumer web parts are added to the Page now we need to establish the connection between these two web parts.  To do click Edit Web Part on Provider web Part you will see the connections and select Consumer web Part as shown below.   29   Here is the result of Connectable Web Parts. 30  

Create a Sample Project Task List in SharePoint 2010

  This exercise requires a list named Projects on the local SharePoint 2010 Web site specified later in this article. The list should contain the fields shown in Table 1. To create this list, follow these steps:

To create the Project Task List

  1. Open the SharePoint 2010 Web site that you want to add the Web Parts to (such as http://localhost/sites/SampleWebPartSite) in Internet Explorer.
  2. Click Site Actions, click More Options, and then click Custom List.
  3. In the Name box, type Projects and then click Create.
  4. On the List Tools tab, click List, and on the Manage Views group, click Modify Views.
  5. Clear all Column Name options and then select the ID and Title Click OK.
  6. Click Add new item and add the information in the first row (ignore the header row) of Table 1. The ID field updates automatically.

 

Title
Writing more sample code
Writing more developer tools
Answering forum questions
Writing developer articles

 

  1. Repeat step 6 for the remaining rows of Table 1.

 

About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.


Stay Updated


Get stories of change makers and innovators from the startup ecosystem in your inbox