Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Showing posts with label paging. Show all posts
Showing posts with label paging. Show all posts

Friday, 3 July 2015

Introduction
In this article I will explain how to implement paging in gridview. Paging is very much helpful in case of large data. If data is large then it is not user friendly to show whole in one time. In this case we will use paging. It is very easy to implement Paging in gridview.

Implementation:

Design page:

Monday, 13 April 2015

Introduction

Paging in gridview is very important concept in case of large data. If data is large, it is not possible to show data in single page. So in that case we will use paging to break data in no of pages. Pageindexchanging event of gridview is used for paging.