Help: Any body knows.............
-
How to move up and down row in gridview (vb.net) Ashu
-
How to move up and down row in gridview (vb.net) Ashu
clear what you want to do... another thing, next time make your subject relevant to what you would ask.
-
How to move up and down row in gridview (vb.net) Ashu
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 -
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, 2007Dave 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
-
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
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 -
How to move up and down row in gridview (vb.net) Ashu
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...