A nice comparisons between asp.net 2.0 custom webpart and sharePoint based web part.
ASP.NET 2.0 Web Part (System.Web.UI.WebControls.WebParts.WebPart) | SharePoint-based Web Part (Microsoft.SharePoint.WebPartPages.WebPart) | |
|
|
Windows SharePoint Services (WSS) V3.0 Web Part Infrastructure
The WSS V3.0 web part infrastructure uses many of the ASP.NET 2.0 web part control sets. The infrastructure also creates its own controls by inheriting them from the base class provided by the ASP.NET 2.0 web part control set.
There are three controls that make up the core web part infrastructure in WSS V3.0. They are SPWebPartManager, WebPartZone and WebPart.
Conclusion
Developers now have two sets of web part frameworks to work with. It is important to understand the difference between the two frameworks and when to use the appropriate framework to deliver wanted functionality.
…… HaPpY CoDiNg
Partha (Aurum)
No comments:
Post a Comment