ASP.NET技巧:access下的分页方案
具体不多说了,只贴出相关源码~using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;using System.Web;/**//// /// 名称:access下的分页方案(仿sql存储过程)/// 作者:cncxz(虫虫)/// blog:http://cncxz.cnblogs.com/// public class AdoPager{ protected string m_ConnStri
下载地址
用户评论