上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: public SPWorkflow GetTheLatestWorkflowInstance(SPListItem myitem) { SPWorkflowCollection ss = myitem.Workflows; SPWorkflow[] sort = new SPWorkflow[ss.Count]; int k = 0; foreach (SPWorkflow ghy in ss) { sort[k] = ghy; ... 阅读全文
posted @ 2013-04-11 09:59 山之子 阅读(235) 评论(0) 推荐(0) 编辑
摘要: <span><img name=”indicator” id=”sPresenceIndicator” alt=”" src=”/_layouts/images/imnhdr.gif” border=”0″ complete=”complete” showofflinepawn=”1″ onload=”IMNRC(‘Your corporate email here’), getElementById(‘sPresenceIndicator’)”/></span> 阅读全文
posted @ 2013-04-10 16:30 山之子 阅读(137) 评论(0) 推荐(0) 编辑
摘要: <div id="Div1" class="ms-quicklaunchouter" runat="server"> <div class="ms-treeviewouter"> <SharePoint:SPRememberScroll runat="server" id="RememberScroll1" onscroll="javascript:_spRecordScrollPositions(this);" style= 阅读全文
posted @ 2013-04-10 14:02 山之子 阅读(357) 评论(0) 推荐(0) 编辑
摘要: All Users in SharePoint Site Custom WebpartBy tdomf_6998b, on October 18th, 2010Price (USD): 0.0Category: For e.g. WebPart, Workflow, Event Receiver etc.This webpart will display all the users from each group in the current site. You can however add a foreach loop for each web (or site) in the site 阅读全文
posted @ 2013-04-10 13:59 山之子 阅读(248) 评论(0) 推荐(0) 编辑
摘要: The Problem.For teamsites and collaborations, sometimes it can be useful to upload big file size documents – which is allowed only partially by SharePoint and IIS. They both have different default settings for the maximum upload file size of a single document or file. They are:SharePoint Server 2010 阅读全文
posted @ 2013-03-28 12:07 山之子 阅读(305) 评论(0) 推荐(0) 编辑
摘要: protected void btnUpload_Click(object sender, EventArgs e) { Boolean FileOK = false; Boolean FileSaved = false; String accountName = SPContext.Current.Web.CurrentUser.LoginName; string fileNameWithoutExtension = GetFileNameFromAccountName(accountNam... 阅读全文
posted @ 2013-03-27 10:12 山之子 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Event receivers in earlier versions of SharePoint primarily ran on the SharePoint Server to handle events that occurred on SharePoint objects such as list, libraries, site etc.In SharePoint 2013, a new concept, Remote Event Receivers, has been introduced, where the event generated by a SharePoint ap 阅读全文
posted @ 2013-03-25 17:55 山之子 阅读(615) 评论(0) 推荐(0) 编辑
摘要: Click Start, type regedit in the Start Search box, and then press ENTER.Locate and then click the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTPOn the Edit menu, point to New, and then click Multi-string Value.Type DependOnService, and then press ENTER.Right-clic 阅读全文
posted @ 2013-03-25 13:21 山之子 阅读(891) 评论(0) 推荐(0) 编辑
摘要: How to integrate SSRS Reports with PerformancePoint Dashboards in SharePoint 2010 Rate This Alexandre MendeirosAlexandre MendeirosMicrosoft355 Points210Recent AchievementsBlogger IINew Blog RaterNew BloggerView Profile 26 May 2011 11:40 AM Comments2Hello all,Probably a few of you have heard about Pe 阅读全文
posted @ 2013-03-21 17:52 山之子 阅读(463) 评论(0) 推荐(0) 编辑
摘要: About Summing Calculated ColumnsCalculated columns are great, but if you expect to be able to total calculated columns using the Totals feature in the View Settings, think again. To sum calculated columns in a list you need SharePoint Designer 2010, a web part page, a data source, and a line of code 阅读全文
posted @ 2013-03-21 15:45 山之子 阅读(258) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页