ĐÀO TẠO DOANH NGHIỆP : SỞ KHOA HỌC CÔNG NGHỆ TỈNH ĐỒNG NAI

ENTERPRISE TRAINING: DONG NAI DEPARTMENT OF SCIENCE AND TECHNOLOGY.

123

Wednesday, May 9, 2012

How to create Site Collections from a Custom Web Template

Download project at here How to create Site Collections from a Custom Web Template Programming Open Visual Studio 2010. Go to File => New => Project. Select Empty SharePoint Project template from the installed templates. Enter the Name “CreateSiteCollectionFromTemplate” and click Ok. Right click on the solution and click on Add a new item. Select the VisualWebPart template from the installed template. Enter the Name...

How to create custom Document ID in SharePoint 2010

How to create custom Document ID in SharePoint 2010 Download project at here In this article we will be seeing how to create custom Document ID provider in SharePoint 2010. Here we are going to see how to create a custom Document ID provider in the format "Site Name . List Name . List item ID". Open Visual Studio 2010. Go to File => New => Project. Select Empty SharePoint Project template from the installed templates. Enter the...