custom paging

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pupilstuff
    New Member
    • Jun 2009
    • 18

    custom paging

    hi guys
    i just want to do paging like
    1 2 3 4 5 next
    previous 6 7 8 9 10 next

    i got solution at
    You blog about Sitecore, Cloud,ASP.net,C#,AJAX,SQL,VB.net,.Net Framework,WCF,WPF,MOSS,SharePoint,SharePoint 2010,SharePoint 2013,SharePoint Online


    but i dont knw how to use this code ,can some one implement this code with simple user interface
    i would be very thnkful

    plz do not give link of any site
  • cloud255
    Recognized Expert Contributor
    • Jun 2008
    • 427

    #2
    What exactly is it you want?
    You provide a link to a site that already has the code you are looking for and then ask us to implement it, do you want someone to like mail a project to you or something?
    Your not even asking a question in this post...

    Comment

    • pupilstuff
      New Member
      • Jun 2009
      • 18

      #3
      no , i just want to know how to use that code as i am very new to this thats all
      what i did tht i drag a grid view but dnt knw what coding has to be done at that grid view

      Comment

      • cloud255
        Recognized Expert Contributor
        • Jun 2008
        • 427

        #4
        Ok well, you are going to need to make some controls at runtime. Lets start with that, try writing somecode to create a hyperlink/button depending on what you want and then adding that control to your webpage.

        Also you will need to do the databinding to the grid manually as you need to navigate through records based on the link/button the user selects.

        Trying thinking about how to achieve this and post the code that you think will work.
        I'll have a look at it tomorrow, but i'm sure another staff member will also have a look before then.

        Comment

        • IanWright
          New Member
          • Jan 2008
          • 179

          #5
          Originally posted by pupilstuff
          plz do not give link of any site
          I'm sorry, but if you're not willing to be given reference information and lookup what you need, then you're really not going to get much help from here...

          Comment

          Working...