문제

How can I create a full webpart , that i can import in SharePoint 2007.

도움이 되었습니까?

해결책

What do you require this web part to do?

You can create Data View Web Parts in SharePoint Designer 2007, which you can "Export" via the Web Interface. This produces a .webpart file which you can upload into the Site Web Part Gallery.

If you require more complex functionality you will need to produce a .NET assembly which will need to be deployed by a server administrator.

Whichever method you choose is dependant on the business requirement for your web part.

다른 팁

See this CodeGuru article or this one from SharePoint-Girl.

More on Google.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top