Sharepoint: Web Part vs. ASP.NET User Control - Stack Overflow most recent 30 from stackoverflow.com 2009-11-23T09:44:43Z http://stackoverflow.com/feeds/question/231690 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/231690/sharepoint-web-part-vs-asp-net-user-control 7 Sharepoint: Web Part vs. ASP.NET User Control Ryan Smith 2008-10-23T21:53:42Z 2009-10-26T09:50:18Z <p>When creating web parts for Sharepoint, is it better to create an actual web part, or is using and ASP.NET User Control (.ascx) just as good?</p> <p>I already know how to create the user controls that I need, so it seems like the extra effort of creating a web part is just unnecessary leg work.</p> <p>What are the advantages of using a web part over just creating and ASP.NET user control?</p> http://stackoverflow.com/questions/231690/sharepoint-web-part-vs-asp-net-user-control/231726#231726 6 Answer by AdamBT for Sharepoint: Web Part vs. ASP.NET User Control AdamBT 2008-10-23T22:04:55Z 2008-10-23T22:11:42Z <p>I am a big fan of user controls except for the simplest web parts. I create a webpart that instantiates and loads the user control. There are other tools out there that you can use to expose your user control, like smartpart, but I would suggest you wrap it up yourself, as it is a good learning experience. Once you have done it once, you basically have a template for any other webpart you want to create.</p> <p>Good Luck!</p> http://stackoverflow.com/questions/231690/sharepoint-web-part-vs-asp-net-user-control/232185#232185 5 Answer by Nat for Sharepoint: Web Part vs. ASP.NET User Control Nat 2008-10-24T01:20:19Z 2009-10-22T14:50:49Z <p>A bare ASP.NET ascx control would have to be added to a custom layout page. This limits the utility of the control a little as it cannot be added "just anywhere".</p> <p>Having a webpart gives the flexibility of the control being added to the site multiple times in different locations or even multiple times on the same page with different properties. </p> <p>As has been mentioned it is good to use <code>CreateChildControls()</code> to create the controls in the webpart and it is not that much of a big deal to code and package a webpart into a solution, making it worth the extra effort.</p> <p>Webparts are also able to accept connections from "filter" webparts on the same page, giving additional flexibility to webparts compared to hosting ascx controls on the site.</p> <p>When it comes to editors using the site, it makes a lot of difference for them to be able to add a webpart compared to editing a page layout, publishing it and then creating pages based on that page layout, so from the perspective of a site editor, the difference in usability is really quite large.</p> <p>I recommend going even further and coding your webpart to use an xslt file to display the contents and making the location of that xslt a configurable property of the webpart. This <em>really</em> adds to the flexibility of your control.</p> <p>Look at the Dataview webpart to see how much can be done with the addition of custom rendering.</p> http://stackoverflow.com/questions/231690/sharepoint-web-part-vs-asp-net-user-control/1497576#1497576 0 Answer by sara for Sharepoint: Web Part vs. ASP.NET User Control sara 2009-09-30T11:33:10Z 2009-09-30T11:33:10Z <p>Create Custom SharePoint WebParts, it is simple. Try this too, <a href="http://sarangasl.blogspot.com/2009/09/custom-sharepoint-webparts.html" rel="nofollow">Create Custom SharePoint WebParts</a></p> http://stackoverflow.com/questions/231690/sharepoint-web-part-vs-asp-net-user-control/1623945#1623945 -1 Answer by gcjddjckdjcd for Sharepoint: Web Part vs. ASP.NET User Control gcjddjckdjcd 2009-10-26T09:50:18Z 2009-10-26T09:50:18Z <p>dyhrghtghutuyjkyuyjyuuyjujryjuryhjyrhjyhjyhjyhjyhyujyujyujyujyujyujyujyuj</p>