search
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..