TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About DataPager
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nipun Tomar (2)
Rahul Prajapat (1)
Manas Patnaik (1)
Shirsendu Nandi (1)
Vijai Anand Ramalingam (1)
Related resources for DataPager
No resource found
Overview of ListView and DataPager in ASP.Net
7/4/2015 7:41:29 PM.
This article explains ListView and DataPager in ASP.NET.
Customizing DataPager With PageSize DropDown in Silverlight
12/1/2011 6:30:17 AM.
In real time applications huge data display demands pagination with a DataPager , which offer navigation and paging to data source.Here in this post we will customize the Datapager control to have a Page Size Combo(Or Dropdown) ,which will have the options to change the page size dynamically based on the data source.
Paging in a Silverlight DataGrid using a PageCollection View and DataPager Control
6/14/2011 4:31:02 PM.
In this article I will describe how to use a PageCollection view in a DataGrid in a Silverlight XAML page.
Silverlight- DataPager Control Example
12/7/2010 4:07:07 PM.
In this article we will be seeing how to create Silverlight DataPager control.
GridView with DataPager in ASP.NET 3.5
8/1/2008 12:40:35 PM.
To page through data in a control that implements the IPageableItemContainer interface, DataPager control can be used. GridView has its own paging and does not implement IPageableItemContainer interface.
DataPager in ASP.NET 3.5
7/31/2008 3:58:31 PM.
The ListView is a hybrid control between a DataGrid and Repeater that combines the templating of the Repeater and the editing features of the data grid, but doesn't support paging, so the DataPager serves as an external control to provide paging features.