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. Visual Basic
  4. HELP!!! How to make a movenext command?

HELP!!! How to make a movenext command?

Scheduled Pinned Locked Moved Visual Basic
questionhelptutorial
3 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
    meki_2118
    wrote on last edited by
    #1

    Hi, How can I create a move next command in web development??? Dim DS As New DataSet TextBox1.Text = DS.Tables(0).Rows(DS.Tables(0).Rows.Count() + 1).Item("ITEM_NAME") This code that I've used just give a move last command and i can't figure out how to the move next so that I can look for the items in my data base one-by-one. can you give me some solution? Thanks a lot in advance.

    C 1 Reply Last reply
    0
    • M meki_2118

      Hi, How can I create a move next command in web development??? Dim DS As New DataSet TextBox1.Text = DS.Tables(0).Rows(DS.Tables(0).Rows.Count() + 1).Item("ITEM_NAME") This code that I've used just give a move last command and i can't figure out how to the move next so that I can look for the items in my data base one-by-one. can you give me some solution? Thanks a lot in advance.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      1 - we have an ASP.NET forum 2 - please tell me you don't have a textbox called textbox1 ? 3 - ADO.NET returns a full record set. You can iterate over it any way you like, but there's no movenext, like there was in ADO.

      Christian Graus Driven to the arms of OSX by Vista.

      M 1 Reply Last reply
      0
      • C Christian Graus

        1 - we have an ASP.NET forum 2 - please tell me you don't have a textbox called textbox1 ? 3 - ADO.NET returns a full record set. You can iterate over it any way you like, but there's no movenext, like there was in ADO.

        Christian Graus Driven to the arms of OSX by Vista.

        M Offline
        M Offline
        meki_2118
        wrote on last edited by
        #3

        ohh.. thanks for d reply. And about the textbox1 in the code. I'm just testing the code that I've used and didn't bother to change the ID of the textbox. But thanks for the advice though. Happy Holiday :) .

        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