Click here to Skip to main content
15,886,199 members
Articles / Web Development / ASP.NET

Connecting Custom Web Parts in SharePoint

Rate me:
Please Sign up or sign in to vote.
4.63/5 (19 votes)
10 Jun 2009CPOL4 min read 161.6K   1.3K   24  
Describes how to connect two SharePoint custom Web Parts using the Visual Studio Extension for Windows SharePoint Services.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProviderWebPart", "ProviderWebPart\ProviderWebPart.csproj", "{9C2D5BC3-9A23-4A84-9BD7-9034109FED18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunicationInterface", "CommunicationInterface\CommunicationInterface.csproj", "{C437E5E1-8FD5-480D-8E97-E213D664BBEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsumerWebPart", "ConsumerWebPart\ConsumerWebPart.csproj", "{64AE9618-CB6C-476E-97F7-C8008E2CC3E6}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9C2D5BC3-9A23-4A84-9BD7-9034109FED18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9C2D5BC3-9A23-4A84-9BD7-9034109FED18}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9C2D5BC3-9A23-4A84-9BD7-9034109FED18}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{9C2D5BC3-9A23-4A84-9BD7-9034109FED18}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9C2D5BC3-9A23-4A84-9BD7-9034109FED18}.Release|Any CPU.Build.0 = Release|Any CPU
		{9C2D5BC3-9A23-4A84-9BD7-9034109FED18}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{C437E5E1-8FD5-480D-8E97-E213D664BBEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C437E5E1-8FD5-480D-8E97-E213D664BBEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C437E5E1-8FD5-480D-8E97-E213D664BBEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C437E5E1-8FD5-480D-8E97-E213D664BBEB}.Release|Any CPU.Build.0 = Release|Any CPU
		{64AE9618-CB6C-476E-97F7-C8008E2CC3E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{64AE9618-CB6C-476E-97F7-C8008E2CC3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{64AE9618-CB6C-476E-97F7-C8008E2CC3E6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{64AE9618-CB6C-476E-97F7-C8008E2CC3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{64AE9618-CB6C-476E-97F7-C8008E2CC3E6}.Release|Any CPU.Build.0 = Release|Any CPU
		{64AE9618-CB6C-476E-97F7-C8008E2CC3E6}.Release|Any CPU.Deploy.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Business Analyst AIRIC
Iran (Islamic Republic of) Iran (Islamic Republic of)
MCP (Microsoft Certified Professional)
Senior Business Analyst in AIRIC (Automotive Design and Research Company).
Capabilities and interests:
System Analysis and design, .NET Framework, ASP.NET, Windows Application, Windows Workflow Foundation, SharePoint Customization and Development,SQL Server, BPMN and UML.
Master of Industrial Engineering from Poly-Technic of Tehran

Comments and Discussions