Hello,
Let?s say I have the following column in a database:
LinkID, int
Linkname, varchar
Ordernumber , int
What I want to do is the following. Read this fields into a datagrid,
listbox or anything suitable, that?s not the problem.
When I have this fields I want to be able to push a button for ?up? or
?down? such that I can change the display order of this links.
When I?m satisfied with my arrangement I push save an update the ordernumber
of this links according to the order I arrange them.
A article or example of such a task would be extremely helpful.
Thanks,
Jan Arve