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. Any way to implement Gridview paging without postback?

Any way to implement Gridview paging without postback?

Scheduled Pinned Locked Moved ASP.NET
question
2 Posts 2 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.
  • I Offline
    I Offline
    InvalidTypecast
    wrote on last edited by
    #1

    If I have a gridview containing products it automatically adds the page numbers to the bottom row and when the user clicks the number a postback is done and they are taken to page X listing the other products. I'd like to make it more search engine friendly so that it doesn't do a postback to get to the next page of items in the gridview. Is that possible?

    N 1 Reply Last reply
    0
    • I InvalidTypecast

      If I have a gridview containing products it automatically adds the page numbers to the bottom row and when the user clicks the number a postback is done and they are taken to page X listing the other products. I'd like to make it more search engine friendly so that it doesn't do a postback to get to the next page of items in the gridview. Is that possible?

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Only by either displaying all the data at once or implementing AJAX methods. The latter case would not be search engine friendly either.


      only two letters away from being an asset

      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