Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. datagridview

datagridview

Scheduled Pinned Locked Moved C#
csharpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kulandaivel_mca2007
    wrote on last edited by
    #1

    windows application using c#... i have 500 records in my table.... i have to the records in multiples of 50... how can i do this... send me sugesstion or samp coding...

    C B 2 Replies Last reply
    0
    • K kulandaivel_mca2007

      windows application using c#... i have 500 records in my table.... i have to the records in multiples of 50... how can i do this... send me sugesstion or samp coding...

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      With paging, I guess. You can page by requesting 50 records at a time from the DB, or by asking the control to page the full dataset for you.

      Christian Graus Driven to the arms of OSX by Vista.

      1 Reply Last reply
      0
      • K kulandaivel_mca2007

        windows application using c#... i have 500 records in my table.... i have to the records in multiples of 50... how can i do this... send me sugesstion or samp coding...

        B Offline
        B Offline
        Brij
        wrote on last edited by
        #3

        Use datagrid with paging and set the max records for a page 50.get the records from DB put it in dataset or Datatable bind it to grid with paging

        Cheers!! Brij

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups