启程的天空...

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 Ask.Common
{
    
/// <summary>
    
/// 分页(只处理分页,与数据无关)
    
/// </summary>

    public class PageStyle
    
{
        
初始构造

        
字段 公共

        
字段 私有


        
获取最终页码显示
    }


    
调用实例

    
简要说明

    
附 存储过程例子
}



posted on 2008-08-02 12:25  启程  阅读(1137)  评论(2编辑  收藏  举报
启程