[ Source Code ]
protected override void CreateChildControls()
{
if (!_error)
{
try
{
base.CreateChildControls();
this.Controls.Add(Page.LoadControl("~/_controltemplates/Demo.ascx"));
}
catch (Exception ex)
{
HandleException(ex);
}
}
}
{
if (!_error)
{
try
{
base.CreateChildControls();
this.Controls.Add(Page.LoadControl("~/_controltemplates/Demo.ascx"));
}
catch (Exception ex)
{
HandleException(ex);
}
}
}
'Programming > Sharepoint' 카테고리의 다른 글
[Sharepoint] C# Console에서 로컬 서버 구조(WebApplication, SPSite, SpWeb, SPList, SpItem) 가져오기 (0) | 2013.01.03 |
---|---|
[Sharepoint 2013] Sharepoint 2013 Designer (0) | 2012.12.20 |
[VHD-Contoso] 2010 Information Worker Demonstration and Evaluation Virtual Machine (SP1) (0) | 2012.10.26 |
SharePoint 2010 기본 검색 웹 파트 결과 페이지 수정하기 (0) | 2012.02.03 |
SharePoint 2010 패키지파일 수동 배포 하기 (0) | 2012.02.03 |
[자격증 정보] Microsoft 70-576: PRO: Designing and Developing Microsoft SharePoint 2010 Applications Exam (0) | 2011.03.29 |
00. 간단하게 Site 리스트를 출력해 보자. (0) | 2011.03.02 |
SharePoint 2010 에서 PDF IFilter 적용하기. (0) | 2011.01.10 |
05. SharePoint 2010 설치하기 -4- (팜 구성마법사 시작하기) (0) | 2010.11.27 |
04. SharePoint 2010 설치하기 -3- (서버구성하기) (0) | 2010.11.27 |