Sharepoint controls in ASP.NET application

后端 未结 4 1347
情话喂你
情话喂你 2021-01-16 07:11

Is there a way I can use the sharepoint controls in a ASP.NET web application like any other controls that come out of box for ASP.NET? If yes, what are the pre-requisites I

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-16 07:56

    What specific controls are you referring to? Those that you find in SharePoint Designer?

    If you are referring to Web Parts in WSS v3, those that are using the ASP.NET Web Part as the base web part (the recommended approach) may work fine in ASP.NET since the Web Part class inherits from Panel which inherits from Web Control (going from memory here) - all ASP.Net classes. It would just depend on whether the web part has any SharePoint specific code which is highly dependent upon the web part.

提交回复
热议问题