上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: SharePoint 2010 Infopath PrintButtonFebruary 4, 2011 Arcemise Leave a comment Go to commentsSharePoint 2010 Infopath Print ButtonI received a request to put a print button within a List Item display view so that one could easily print the current item they’re viewing. After searching for a way to pu 阅读全文
posted @ 2013-03-20 16:53 山之子 阅读(342) 评论(0) 推荐(0) 编辑
摘要: August 06Quick Links Web Partby SP2010\Administratoron8/6/2010 12:29 PMCategory:SharePoint 2010Although the "I Need to..." Web Part is nothing sexy, it actually has been a favorite control for my customers. It's a nice way of having a Quick Links list on Intranet homepages that doesn&# 阅读全文
posted @ 2013-03-17 19:53 山之子 阅读(232) 评论(0) 推荐(0) 编辑
摘要: static void Main(string[] args) { using (SPSite site = new SPSite("http://serverName/sites/Vijai/")) { using (SPWeb web = site.OpenWeb()) { SPList list = web.Lists.TryGetList("Custom"); if (list != null... 阅读全文
posted @ 2013-03-11 14:49 山之子 阅读(249) 评论(0) 推荐(0) 编辑
摘要: public override void ItemUpdating(SPItemEventProperties properties) { try { this.EventFiringEnabled = false; if ((string)properties.BeforeProperties["vti_contenttag"] != (string)properties.AfterProperties["vti_contenttag"]) {... 阅读全文
posted @ 2013-03-08 10:11 山之子 阅读(193) 评论(0) 推荐(0) 编辑
摘要: In this article, we will see how to install and configure Microsoft SharePoint Server 2013 on Windows Server 2008 R2 with Step-By-Step guidance. I am assuming thatYou already have preconfigured Active Directory Domain Service.You already have installed SQL Server 2008 R2.To install Microsoft SharePo 阅读全文
posted @ 2013-02-05 20:40 山之子 阅读(801) 评论(0) 推荐(0) 编辑
摘要: Could not load the sandbox dll from the ASP.NET projectBy Louis LiangGot the following error, when I used the SharePoint dll in an ASP.NET project. VS2010 puts the sandbox assembly into the bin folder automatically.Could not load file or assembly ‘Microsoft.Sharepoint.Sandbox, Version=14.0.0. 阅读全文
posted @ 2013-02-04 18:31 山之子 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Date Time duration using Calculated FieldcolumnMarch 2, 2012 Kelv Leave a comment Go to commentsCalculated Field column can be use effectively to get the differences or duration between two date time. There is a list of useful formula in MSDN: Calculated Field Formulas. But some of the formula is ac 阅读全文
posted @ 2013-02-01 13:50 山之子 阅读(191) 评论(0) 推荐(0) 编辑
摘要: SharePoint2010与Reporting Services集成方案1 Reporting Services简介SQL Server 2008 Reporting Services 是一个基于服务器架构的报表服务器的报表平台,它提供各种现成可用的工具和服务,帮助单位的人员方便、快捷地创建、部署、管理和使用报表。在SQL Server 2008 Reporting Services 的帮助下,不但可以从关系数据源、多维数据源和基于XML的数据源检索数据、发布可通过多种格式查看的报表,还可以集中管理报表安全性和订阅。从上图可以看出,Reporting Service可以连接到不同的数据库,如 阅读全文
posted @ 2013-02-01 12:01 山之子 阅读(369) 评论(0) 推荐(0) 编辑
摘要: Question 1: From where to download JQuery Base Library?Answer 1: http://code.jquery.com/jquery-1.7.2.min.jsQuestion 2: How to include JQuery Script?Answer 2: Upload the JQuery base library to the Assets list and include the library using the below syntax<script type="text/javascript" sr 阅读全文
posted @ 2013-01-30 16:03 山之子 阅读(189) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Exports plant site /// </summary> /// <param name="sourceSiteURL"></param> protected void ExportSite(string sourceSiteURL, ArrayList arrMoveSite) { try { SPSecurity.RunWithElevatedPrivileges(delegate() ... 阅读全文
posted @ 2013-01-28 11:32 山之子 阅读(268) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页