Remote Web part debugging
Remote Web part debugging
2008.06.24http://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..
MOSS 웹파트 연결 예제
MOSS 웹파트 연결 예제
2008.05.21http://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를 만들기 위한 예제 코드
MOSS Custom 검색을 위한 Webpart를 만들기 위한 예제 코드
2007.09.01MOSS 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..