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. Windows Forms
  4. Datagrid paging in vb.net

Datagrid paging in vb.net

Scheduled Pinned Locked Moved Windows Forms
csharpcsshelptutorial
2 Posts 2 Posters 2 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
    K0306
    wrote on last edited by
    #1

    Hi i am new to vb.net I am doing one project in vb.net I want to know how to including Paging concept in vb.net datagrid There is more records in grid , i want to display 10 records per page and using navigation button user must navigate to all pages Please help me

    R 1 Reply Last reply
    0
    • K K0306

      Hi i am new to vb.net I am doing one project in vb.net I want to know how to including Paging concept in vb.net datagrid There is more records in grid , i want to display 10 records per page and using navigation button user must navigate to all pages Please help me

      R Offline
      R Offline
      RepliCrux
      wrote on last edited by
      #2

      I am guessing you are using ASP.NET wne you say paging?? If yes you can view this article: http://www.codeproject.com/useritems/Custom\_Paging.asp Even you are in Windows form, you can use the same Stored procedure techniques to get the data for paging. If you want to do Datagrid inbuilt paging, its easy, the worst part of it is it loads all the data at the same time. Just in DataGrid property say: paging = true and pageSize = ? That will do. I prefer custom paging, good for large data.

      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