静心

我是小明
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

07 2012 档案

摘要:public DataTable GetPagedTable(DataTable dt) { int PageSize = AspNetPager1.PageSize; int PageIndex = AspNetPager1.CurrentPageIndex; if (PageIndex == 0) return dt; DataTable newdt = dt.Copy(); newdt.Clear(); int rowbegin = (PageIndex - 1) * PageSize; int rowend = PageIndex * PageSize; if (rowbegin &g 阅读全文

posted @ 2012-07-29 09:30 俗人一个 阅读(217) 评论(0) 推荐(0)

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SELECT表名=casewhena.colorder=1thend.nameelse''end,表说明=casewhena.colorder=1thenisnull(f.value,'')else''end,字段序号=a.colorder,字段名=a.name,标识=casewhenCOLUMNPROPERTY(a.id,a.name,' 阅读全文

posted @ 2012-07-27 19:27 俗人一个 阅读(194) 评论(0) 推荐(0)