Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 106977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:40:53+00:00 2026-05-11T01:40:53+00:00

Does any one know of a control that i can use with a ASP.Net

  • 0

Does any one know of a control that i can use with a ASP.Net gridview that provides the functionality of the ASP.Net Ajax Control PagingBulletedList. I want to provide the users with a easier way to access the data in the grid.

It should ideally work in the same way paging for the grid works except that it should show all the data for the selected option i.e. if the letter a is selected all items that begin with a are shown to the user.

I would prefer not to have to re develop something like this as i am sure it exists, i just have no idea what would you call it.

Thanks in advance.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T01:40:54+00:00Added an answer on May 11, 2026 at 1:40 am

    Unfortunatly there is nothing already buildt for this. To build your own you will have to create your own PagerTemplate.

    There is something similiar with code in it in this tutorial. This tutorial migh help you well to achieve what you require. I would have done it differently with PagerTemplate instead of GridView Footer as show.

    So basically to create the paging bar it would have give :

    <asp:UpdatePanel runat='server' ID='UpdatePanel'> <asp:GridView runat='server' ID='GridView'>   <PagerTemplate>     <asp:LinkButton runat='server' Text='A' Command='A' /> -     <asp:LinkButton runat='server' Text='B' Command='B' /> -     <asp:LinkButton runat='server' Text='C' Command='C' /> -     <asp:LinkButton runat='server' Text='D' Command='D' /> -     <asp:LinkButton runat='server' Text='E' Command='E' /> <%-- Continue at will... --%>   </PagerTemplate> </asp:GridView> </asp:UpdatePanel> 

    Then you catch in the code behind the command and re create a new Datasource with only the data for the letter you need. You have to understand that GridView is bind to a Datasource that can’t be manipulated. So when you initially show it, the datasource provider will only send the data with letter A. When you will click F then you will request you data provider to retreive only the information with Letter F and reassign the data to gridview : GridView.Datasource = mynewdata

    Hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of an Image Map-like Blackberry Control that I can use in
Does anyone know of a CSS Adapter for the LinkButton control for ASP.Net 2?
Does anyone know a WPF control/app that functions like the google Finance graph/chart? Thank
Does anyone know of a third party control or set of code that allows
Does anyone know where I can find a good video to explain version control
Does any one know why the location indicator stay on for certain bundle identifer
does any one know how to make the slide to left effect like in
Does anyone know of a base class that can be used to serve up
I have an asp.net dropdownlist control. There are two ways it can be selected.
I know one can use an index into an array to specify length of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.