AspNetPager 7.4.4
See the version list below for details.
Requires NuGet 7.4.4 or higher.
dotnet add package AspNetPager --version 7.4.4
NuGet\Install-Package AspNetPager -Version 7.4.4
<PackageReference Include="AspNetPager" Version="7.4.4" />
paket add AspNetPager --version 7.4.4
#r "nuget: AspNetPager, 7.4.4"
// Install AspNetPager as a Cake Addin #addin nuget:?package=AspNetPager&version=7.4.4 // Install AspNetPager as a Cake Tool #tool nuget:?package=AspNetPager&version=7.4.4
AspNetPager is a free custom paging control for ASP.NET web form application. It's one of the most popular ASP.NET third party controls used by chinese ASP.NET developers. AspNetPager was first published in 2003 and had been steadily improved and updated since then.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
Fixed a bug where last page url is incorrect when in url paging mode and ReverseUrlPageIndex property is true;
Fixed a bug where IndexOutOfRangeException is thrown when url parameter without = sign is added to url;
Added language resource files for Simplified Chinese and Tranditional Chinese;