启程的天空...

Where there is a will,there is a way!

  博客园 :: 首页 :: 博问 :: 闪存 :: :: 联系 :: 订阅 订阅 :: 管理 ::

 

 

using System;
using System.Collections.Generic;
using System.Text;

/// <summary>
/// .Net通用分页类(存储过程分页版,可以选择页码的显示样式,且有中英选择)
/// 作者:启程 www.letwego.cn
/// 可用于任意用途,请保留作者信息,谢谢!
/// </summary>

namespace letwego.cn
{
    
public class PageStore
    
{
        
初始构造

        
字段

        
属性

        
返回分页后的页码显示
    }



    
调用实例

    
简要说明

    
附 存储过程例子
}

 

posted on 2008-04-27 16:59  启程  阅读(756)  评论(8编辑  收藏  举报
启程