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. vb.net display records

vb.net display records

Scheduled Pinned Locked Moved Web Development
csharpdatabasehelpquestion
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.
  • H Offline
    H Offline
    hhems
    wrote on last edited by
    #1

    heloo friends i got the data from database . now i wan to display in such format 1|2|3|4|5|6 when i click 1 it will display only that records when i click 2 it will display only no 2 records how is it possible???? plz help plz

    B 1 Reply Last reply
    0
    • H hhems

      heloo friends i got the data from database . now i wan to display in such format 1|2|3|4|5|6 when i click 1 it will display only that records when i click 2 it will display only no 2 records how is it possible???? plz help plz

      B Offline
      B Offline
      badgrs
      wrote on last edited by
      #2

      Use an ObjectDataSource bound to a GridView that displays the records. Add a server side event handler on each link (for click) that sets the select parameters of the data source and calls the DataBind() method of the GridView (or set the url for each link with a request parameter and use that in page_load)

      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