Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manas Patnaik(1)
Sandeep Singh Shekhawat(1)
Sushila Patel(1)
Resources
No resource found
Customizing DataPager With PageSize DropDown in Silverlight
Nov 30, 2011.
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.
Custom Paging in Gridview
Dec 02, 2012.
In this article I am explaining custom paging in a grid view. Gridview has builtin paging but custom paging improves performance.
Building a Navigation System in ASP.NET
Jul 16, 2003.
This article shows you how to display single record per page and navigate through single record using ASP.NET.