Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Manipulating display order of links from DB


Message #1 by "Jan Arve Dyrnes" <jan.arve@c...> on Wed, 30 Oct 2002 08:40:08 +0100
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



  Return to Index