http://msdn2.microsoft.com/en-us/library/ms916837.aspx 이 글은 원격 컴퓨터의 웹파트를 디버그하고 개발하는 방법을 소개합니다. 내용은 MSDN의 내용을 발췌하였습니다. Developing and Debugging from a Remote Computer To use a remote computer to develop and debug, follow these steps. Note To follow these steps, you must have a client computer running Visual Studio .NET (Computer_A) and a server computer running Windows SharePoint Services (Server..
http://www.sharepointcustomization.com/extend.htm Microsoft Office SharePoint Server의 개발 관련된 예제나 팁 등을 제공하고있습니다. 웹파트와 웹파트 사이의 연결(Connection, Connected Web Parts)을 이용하는 예제도 확인할 수 있습니다. 아래는 위 사이트의 원문에서 발췌해온 내용이므로 위 사이트 직접 접근하셔서 보셔도 무방하겠네요~ Demos and Presentations Creating and Manipulating SharePoint Site Content, Structure, and Templates from Code By putting the WSS object model to work, a great ma..
MOSS Custom 검색을 위한 Webpart를 만들기 위한 예제 코드 using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; using System.Xml; using System.Xml.Serialization; using System.Data; using Microsoft.SharePoint.WebPartPages; using Microsoft.Office.Server; using Microsoft.Office.Ser..
참고 주소 : http://www.microsoft.com/belux/msdn/nl/community/columns/u2u/smartpart.mspx MOSS 환경에서 스마트 파트를 이용하는 방법을 설명한다. 자세한 내용은 위 추소를 참조하시기 바란다. Building Web Parts the Smart Way Starting with the SharePoint SmartPart Patrick Tisseghem U2U Jan Tielens U2U Applies to: Windows SharePoint Services Visual Studio .NET 2003Summary: Building web parts is one of the main extensibility points when you work w..