实现数据高效分页
摘要:
首先,是对于数据操作的底层类,命名为DAL.cs ,代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data.SqlClient;using 自写无刷新高效分页.Model;using System.Configuration;using System.Data;namespace 自写无刷新高效分页{ public class DAL { private int totalpages; //创建数据库连接... 阅读全文
posted @ 2011-11-16 22:38 痞子李 阅读(509) 评论(1) 推荐(0) 编辑