Let's say, we have a listbox populated from an Access database with the following items:
1'st
2'nd
3'rd
4'th
5'th
6'th
7'th
But.. we intend to rearrange positions of items and save them to the database again.
let's say, this way:
5'th
3'rd
7'th
1'st
5'th
4'th
2'rd
How we can save these new values that our program remember this new order and populate listbox control with them?
Does anybody know what is the best way to do that?
1'st
2'nd
3'rd
4'th
5'th
6'th
7'th
But.. we intend to rearrange positions of items and save them to the database again.
let's say, this way:
5'th
3'rd
7'th
1'st
5'th
4'th
2'rd
How we can save these new values that our program remember this new order and populate listbox control with them?
Does anybody know what is the best way to do that?