zhzhqiu

2009年2月14日 #

GridView支持分页的自动编号代码

摘要: 前台 后台 在RowDataBound事件中加 if (e.Row.RowIndex > -1) { e.Row.Cells[0].Text = Convert.ToString((this.Pager.CurrentPageIndex - 1) * this.Pager.PageSize + e.Row.RowIndex + ... 阅读全文

posted @ 2009-02-14 10:22 网乐者 阅读(124) 评论(0) 推荐(0)

导航