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: Any body knows.............

Help: Any body knows.............

Scheduled Pinned Locked Moved Visual Basic
csharphelptutorial
6 Posts 5 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.
  • A Offline
    A Offline
    Ashish Kumar Vyas
    wrote on last edited by
    #1

    How to move up and down row in gridview (vb.net) Ashu

    C D N 3 Replies Last reply
    0
    • A Ashish Kumar Vyas

      How to move up and down row in gridview (vb.net) Ashu

      C Offline
      C Offline
      cutequencher
      wrote on last edited by
      #2

      clear what you want to do... another thing, next time make your subject relevant to what you would ask.

      1 Reply Last reply
      0
      • A Ashish Kumar Vyas

        How to move up and down row in gridview (vb.net) Ashu

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        You reposted the same question and got an answer. Why don't you continue this is your first thread and ask Christian what he meant?

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        P 1 Reply Last reply
        0
        • D Dave Kreskowiak

          You reposted the same question and got an answer. Why don't you continue this is your first thread and ask Christian what he meant?

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Dave Kreskowiak wrote:

          reposted the same question and got an answer.

          Another one of those "I didn't like the answer I got, so I'll try again" idiots :|

          "Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

          D 1 Reply Last reply
          0
          • P Paul Conrad

            Dave Kreskowiak wrote:

            reposted the same question and got an answer.

            Another one of those "I didn't like the answer I got, so I'll try again" idiots :|

            "Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Sadly, the computer world abounds with them... :sigh:

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007

            1 Reply Last reply
            0
            • A Ashish Kumar Vyas

              How to move up and down row in gridview (vb.net) Ashu

              N Offline
              N Offline
              Naji El Kotob
              wrote on last edited by
              #6

              Hi, I'm not sure if there is a simpler way, but if you are talking about few rows you could use DataView and its sort property to solve your issue: - Create a DataView based on a table that has an order column (int) - Set the Sort property to the order column - Add two buttons up/down - When you select a row and click up or down you can change the value of the order column in the rows. This could work if you are managing a transactions list in an accounting system or any system that deal with few rows, in addition the order column could be added on the fly and not part of the database. hope this helps ;)

              NajiCo http://www.InsideVB.NET[^] It's nice 2b important, but it's more important 2b nice...

              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