I have a catalogue of titles, and I want to be able to give users the ability to re-order items. I have a table called tblCatalogue, which has a catalogue ID. There is also a field called TitleOrder, which holds the order in which titles should be displayed or printed. Basically, I want to be able to use drag and drop techniques in a TreeView or ListView control to re-order items around, therefore updating the TitleOrder for the record that has been dropped, and any records below that. There are no ‘parent’ nodes as such; just a one-level list of titles.
If anyone could point me to some code examples, I’d be very grateful.
Many thanks.