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. Web Development
  3. ASP.NET
  4. datagrid paging

datagrid paging

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorial
4 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.
  • J Offline
    J Offline
    jai 123
    wrote on last edited by
    #1

    hi to all, how to use datagrid paging in asp.net2.0.

    jai

    A 1 Reply Last reply
    0
    • J jai 123

      hi to all, how to use datagrid paging in asp.net2.0.

      jai

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      Enabled the paging section :)

      Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"

      J 1 Reply Last reply
      0
      • A Abhijit Jana

        Enabled the paging section :)

        Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"

        J Offline
        J Offline
        jai 123
        wrote on last edited by
        #3

        hi, for paging in asp 1.1 we will give like this public void mouseclick(object sender, DataGridPageChangedEventArgs e) { datagrid.CurrentPageIndex = e.NewPageIndex; datagrid.DataBind(); } in asp2.0, dont want to give like this

        jai

        M 1 Reply Last reply
        0
        • J jai 123

          hi, for paging in asp 1.1 we will give like this public void mouseclick(object sender, DataGridPageChangedEventArgs e) { datagrid.CurrentPageIndex = e.NewPageIndex; datagrid.DataBind(); } in asp2.0, dont want to give like this

          jai

          M Offline
          M Offline
          MoustafaS
          wrote on last edited by
          #4

          Make the property EnablePaging = true of the GridView.


          About : Islam
          About : Me

          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