02 2010 档案

摘要:SPSite site = null; SPWeb web = null; SPSecurity.RunWithElevatedPrivileges(delegate() { site = new SPSite(@"http://sharepoint/"); web = site.OpenWeb(); }); SPList list=web.Lists["工作追踪"]; SPField fiel... 阅读全文
posted @ 2010-02-25 13:46 小师傅 阅读(162) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html ><head> <title></title> <script language... 阅读全文
posted @ 2010-02-02 16:07 小师傅 阅读(291) 评论(0) 推荐(0)