刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

2008年9月4日

摘要: 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 刘政道 阅读(1065) 评论(0) 推荐(0) 编辑

摘要: GridView中Dataformatstring 格式化日期应注意的问题 1、HtmlEncode="False" 2、DataFormatString="{0:d}" 阅读全文

posted @ 2008-09-04 13:18 刘政道 阅读(1540) 评论(0) 推荐(0) 编辑