AspNetPager_CN 7.4.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetPager_CN --version 7.4.3
NuGet\Install-Package AspNetPager_CN -Version 7.4.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNetPager_CN" Version="7.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetPager_CN --version 7.4.3
#r "nuget: AspNetPager_CN, 7.4.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNetPager_CN as a Cake Addin
#addin nuget:?package=AspNetPager_CN&version=7.4.3

// Install AspNetPager_CN as a Cake Tool
#tool nuget:?package=AspNetPager_CN&version=7.4.3

AspNetPager是ASP.NET网站或Web应用程序中用于分页的自定义控件,功能强大、灵活,使用方便,同时支持回发(Postback)和url两种分页方式。

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.5.1 8,351 6/9/2015
7.4.5.1 3,776 9/2/2013
7.4.5 4,312 7/22/2013
7.4.4 4,444 7/22/2013
7.4.3 1,884 4/23/2013
7.4.2 2,010 11/19/2012
7.4.1 1,779 9/7/2012
7.3.2 2,490 5/2/2011

7.4.3 (2013-4-23)
修正了如下Bug:
1、某些环境下,Page.Request.ServerVariables["Query_String"]的值为null而非空值,因此使用queryString.StartsWith("?")方法导致出现“未将对象引用设置到对象的实例”的异常,解决办法是在使用queryString.StartsWith("?")方法前,先判断该变量值是否为null;
2、AlwaysShowFirstLastPageNumber属性设为true时,在某些情况下,第一页页索引按钮和更多页按钮显示不正确的问题;
3、英文资源文件aspnetpager.en.resx中键名 def_PIOutOfRangeMsg 被写为 def_PIOutOfRangerMsg 的错误;