摘要:
SharePoint 权限 SpUser SPSite SPWeb fileList = new ArrayList(); opList = new ArrayList(); string str; using (SPSite site = new SPSite("http://moss/")) { ... 阅读全文
posted @ 2008-09-04 15:52 刘政道 阅读(1075) 评论(0) 推荐(0)
|
|||
|
摘要:
SharePoint 权限 SpUser SPSite SPWeb fileList = new ArrayList(); opList = new ArrayList(); string str; using (SPSite site = new SPSite("http://moss/")) { ... 阅读全文
posted @ 2008-09-04 15:52 刘政道 阅读(1075) 评论(0) 推荐(0)
摘要:
GridView中Dataformatstring 格式化日期应注意的问题 1、HtmlEncode="False" 2、DataFormatString="{0:d}" 阅读全文
posted @ 2008-09-04 13:18 刘政道 阅读(1547) 评论(0) 推荐(0) |
|||