Hi,
i need to know, if we can deploy webparts that are created in MOSS for MOSS on a ASP.NET page and use them. Or is there any way of using the webparts with MOSS.
TIA, Nimish
Hi,
i need to know, if we can deploy webparts that are created in MOSS for MOSS on a ASP.NET page and use them. Or is there any way of using the webparts with MOSS.
TIA, Nimish
When you create a webpart "for MOSS", you create a control which inherits System.Web.UI.WebControls.WebParts
. So, actually, you write a webpart "for ASP.NET" and can also execute it inside WSS/MOSS.
Please, read this links as they provides more informations on subject:
If the webparts created for SharePoint, are SharePoint specific, and rely on SharePoint Functionality, then they will only operate on a SharePoint server (or an ASP.NET server, with access to the SharePoint server, depending on the webpart).
However, Webparts created in ASP.NET, can (typically) be used within SharePoint.
Note: SharePoint, comprises both MOSS (Microsoft Office SharePoint Server) and WSS (Windows SharePoint Server).
You can not use SharePoint web parts in a plain ASP.NET site. Most Sharepoint web parts heavily rely on the (extra) functionality that SharePoint server provides. Without SharePoint they will not work.