09 2009 档案

摘要: int pagesize = 3; int pageindex = 0; if (pageindex < 1) { pageindex = 1; } pageindex = Convert.ToInt32(Request.QueryString["pageindex"]) ; DataClassesDataContext db = new DataClassesDataContext(); ...阅读全文
posted @ 2009-09-01 00:58 悟〈--觉 阅读(230) | 评论 (0) 编辑