V
Vinki
Hello Everyone,
I have a list box. I can move the items inside the listbox up and down.
Once they are done moving, I want to save the state of whatever they moved to
the database so that when I come back and see the items in the same order I
saved it before.
What will be the best way to do this. I can use a hashtable and save the
state of the items in the hashtable with the order number and save them in
the database one by one in a loop.
I was wondering if there is any other way to do this that can be faster and
effecient.
Thanks.
I have a list box. I can move the items inside the listbox up and down.
Once they are done moving, I want to save the state of whatever they moved to
the database so that when I come back and see the items in the same order I
saved it before.
What will be the best way to do this. I can use a hashtable and save the
state of the items in the hashtable with the order number and save them in
the database one by one in a loop.
I was wondering if there is any other way to do this that can be faster and
effecient.
Thanks.