Blog Post

Core Infrastructure and Security Blog
1 MIN READ

Loading .NET UserControls inside of SharePoint Webparts

ronalg's avatar
ronalg
Icon for Microsoft rankMicrosoft
Feb 08, 2019

First published on MSDN on Nov 06, 2007

I frequently get questions regarding the use of usercontrols with in SharePoint WebParts. Someone often has a usercontrol they'd like to reuse inside of SharePoint. Sometimes developers like being able to use the designer views in Visual Studio when developing WebParts.  It is possible to display a user control from with in a SharePoint WebPart. I've prodived the following sample Visial Studio Project (C#) that shows how to do this. This is a quick and dirty example, and is by no means an official recommendation.

I have attached the sample project to this blog post. (View the blog posting individually to see the attachment download link)

 

MOSS2007UserControlsAndWebParts.zip

Updated Apr 28, 2020
Version 3.0
No CommentsBe the first to comment