A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq
Showing posts with label connectable web parts. Show all posts
Showing posts with label connectable web parts. Show all posts

Saturday, March 15, 2014

Developing Connectable Web Parts in SharePoint 2013

Developing Connectable Web Parts in SharePoint 2013

If you are a beginner and want to learn about web parts, click here to read an introduction.
In this article, you will learn two things, developing web parts and developing connectable web parts. Connectable web parts are like ordinary web parts but they have this extra capability of providing data for consumption to other web parts.  You will create connectable web parts from scratch using .NET. In the next section, you will learn to use InfoPath web parts. InfoPath web part comes with SharePoint out of the box and is used to host InfoPath forms. If InfoPath form is configured correctly or in other words, if its fields have been exposed as parameters, it can be used in InfoPath web part.
In this section we will create .NET web parts from scratch and then deploy them in SharePoint. We will create two web parts, one provider and one consumer. You can download complete application/code from the book’s website.
Continue reading on the following link ...

Tuesday, December 20, 2011

Create Connectable SharePoint 2010 Web Parts In .NET (Provider and Consumer Web Parts)


Create Connectable SharePoint 2010 Web Parts In .NET - http://walisystemsinc.com/sharepoint/art/dotnetwp/Create_Connectable_SharePoint_2010_Web_Parts_In__NET.htm

In last article, we saw how to create connectable web parts using InfoPath 2010. In this article we will create .NET Provider and Consumer web parts from scratch and deploy them in SharePoint 2010 using powershell. Leave feedback if you like this and would like to see more free articles!

-SSA