BootstrapSimplePager 1.0.0

dotnet add package BootstrapSimplePager --version 1.0.0
NuGet\Install-Package BootstrapSimplePager -Version 1.0.0
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="BootstrapSimplePager" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BootstrapSimplePager --version 1.0.0
#r "nuget: BootstrapSimplePager, 1.0.0"
#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 BootstrapSimplePager as a Cake Addin
#addin nuget:?package=BootstrapSimplePager&version=1.0.0

// Install BootstrapSimplePager as a Cake Tool
#tool nuget:?package=BootstrapSimplePager&version=1.0.0

BootstrapSimplePager uses Bootstrap pager UI (http://getbootstrap.com/components/#pagination).

It mainly adds the querystring in the page URL like http://www.example.com/?page=1.

It is designed for ASP.NET Web Forms. The pager is fully customizable.

Steps to use it:
1) The Nuget package automatically registers the custom control in <controls> section of "Web.config" file like:

<system.web>
<pages>
  <controls>
      <add namespace="BootstrapSimplePager" assembly="BootstrapSimplePager" tagPrefix="pager" />
  </controls>
</pages>
</system.web>

2) To make the pager working properly, set "TotalRecordCount" and "PageSize" properties like:

<pager:SimplePager runat="server" TotalRecordCount="10" PageSize="2" />

3) One of the important property is "IncludePagerStyleSheet". If your page already contains the Bootstrap style(which includes Bootstrap pager) then you don't need to set this property. Else set the property to "True" to include the Bootstrap pager style in the page.

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
1.0.0 3,454 2/25/2015