代码改变世界

阅读排行榜

vs2008出错

2009-10-20 11:04 by 程序开发助手, 317 阅读, 收藏,
摘要: 今天VS2008突然出现如下错误,Project 'Console' could not be opened because the Microsoft Visual C# 2008 compiler could not be created. QueryService for '{74946829-37A0-11D2-A273-00C04F8EF4FF}' failed.在VS的命令提示行中执行... 阅读全文

转 Introduction to SharePoint Feature Stapling – Part 2

2010-04-23 00:21 by 程序开发助手, 313 阅读, 收藏,
摘要: Introduction to SharePoint Feature Stapling – Part 2 05. Nov, 2008 View Comments Welcome to part 2 of my Introduction to SharePoint Feature Stapling. In part 1 I explained the process of creating a fe... 阅读全文

SharePoint 使用对象模型操作页面上的Web Part

2010-11-02 22:32 by 程序开发助手, 310 阅读, 收藏,
摘要: 在WSS的开发中有时需要通过程序操作页面上的Web Part,比较添加,删除Web Part.此时可以使用 SPLimitedWebPartManager这个类,代码如下: //添加Web Part string AbsolutePageUrl = "http://YourSite/Page.aspx"; using (SPSite site = new SPSite(AbsolutePageUrl)) { using (SPWeb web = site.OpenWeb(AbsolutePageUrl)) { SPLimitedWebPartManager SpWebPar 阅读全文
上一页 1 ··· 10 11 12 13 14