<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Global Services Blog &#187; SharePoint Development</title>
	<atom:link href="http://blog.sharepointglobalservices.com/tag/sharepoint-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sharepointglobalservices.com</link>
	<description>Providing consulting services one customer at a time</description>
	<lastBuildDate>Fri, 01 Oct 2010 13:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wrapping a User Control in a Web Part</title>
		<link>http://blog.sharepointglobalservices.com/2010/01/03/wrapping-a-user-control-in-a-web-part/</link>
		<comments>http://blog.sharepointglobalservices.com/2010/01/03/wrapping-a-user-control-in-a-web-part/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 23:24:24 +0000</pubDate>
		<dc:creator>Gilles Urena</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[User Control]]></category>
		<category><![CDATA[Web Part]]></category>

		<guid isPermaLink="false">http://blog.sharepointglobalservices.com/?p=38</guid>
		<description><![CDATA[This article demonstrates how to wrap a custom User Control in a Web Part and deploy it as a feature using WSPBuilder (http://www.codeplex.com/wspbuilder). This article assumes you have some basic knowledge about WSPBuilder and how to deploy SharePoint assemblies as solution packages (wsp). Solution Overview The solution architecture consists of the following two projects: A [...]]]></description>
			<content:encoded><![CDATA[<p>This article demonstrates how to wrap a custom User Control in a Web Part and deploy it as a feature using WSPBuilder (<a href="http://www.codeplex.com/wspbuilder">http://www.codeplex.com/wspbuilder</a>).</p>
<p>This article assumes you have some basic knowledge about WSPBuilder and how to deploy SharePoint assemblies as solution packages (wsp).</p>
<h2>Solution Overview</h2>
<p>The solution architecture consists of the following two projects:</p>
<ul>
<li>A WSPBuilder Project using the Visual Studio project template installed during the setup of WSPBuilder.  This project will allow us to create the wsp file to be loaded in the SharePoint solutions store.</li>
<li>A classic ASP.Net Web Application Project to create our user control.  We will create custom post-build scripts to copy the user control to the <strong>CONTROLTEMPLATES</strong> sub-folder created in the WSPBuilder project.</li>
</ul>
<p><a class="wp-caption" title="Wrapping a User Control in a Web part" href="http://blog.sharepointglobalservices.com/wp-content/uploads/2010/01/Wrapping-a-User-Control-in-a-Web-Part.pdf" target="_blank">Please download the white paper here.</a></p>
<h2>About the Author</h2>
<p>Gilles Uréna is an independent SharePoint Consultant.  Gilles is the owner of SharePoint Global Services, an organization built from the ground up to provide consulting services on the SharePoint platform and surrounding technologies.  You can contact Gilles at <a href="mailto:gilles.urena@sharepointglobalservices.com">gilles.urena@sharepointglobalservices.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointglobalservices.com/2010/01/03/wrapping-a-user-control-in-a-web-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

