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. Database & SysAdmin
  3. Database
  4. navigation bar

navigation bar

Scheduled Pinned Locked Moved Database
csharpdatabase
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.
  • M Offline
    M Offline
    m m _2007
    wrote on last edited by
    #1

    i want to make navigation bar in my appliction i want to know the methods in ADO.NET using C# to navigate records in database

    C 1 Reply Last reply
    0
    • M m m _2007

      i want to make navigation bar in my appliction i want to know the methods in ADO.NET using C# to navigate records in database

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      A DataReader will retrieve rows in a database in a forward only fashion. You can use a DataAdapter to extract all the rows in one go and put them in a DataSet. You can then navigate at will because it uses indexes to retrieve the rows.

      myDataSet[0].Tables[0].Row[i]


      Upcoming Scottish Developers events: * UK Security Evangelists On Tour (2nd November, Edinburgh) * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog

      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