how to handle grid view?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    how to handle grid view?

    hai all, i am using gridview in asp.net c#. i load the gridview by

    1000 records
    10 per page
    allow pager


    now i want to fetch only 10 records at a time from databse, and i should show the page numbers as 100(for original 1000 records), each and every time i click the page numbers, only 10 record should be fetched from database.
    how to do this?
    thanx in advance.
  • kunal pawar
    Contributor
    • Oct 2007
    • 297

    #2
    i guess, u want custom paging right ??

    Comment

    • nirmalsingh
      New Member
      • Sep 2006
      • 218

      #3
      Originally posted by kunal pawar
      i guess, u want custom paging right ??
      exactly thats it i wanted

      Comment

      • kunal pawar
        Contributor
        • Oct 2007
        • 297

        #4
        this may help you

        http://www.codeproject .com/KB/webforms/GridViewCustomP aging.aspx

        Comment

        Working...