in reply to Re^2: How to let a user sort a list on a web page
in thread How to allow a user to reorder rows from a database using a web form?
Add a SortOrder column to your database and let the manager edit the values in that column for each row. Each time you fetch the data for display append "Order By SortOrder" to the SQL.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How to let a user sort a list on a web page
by Anonyrnous Monk (Hermit) on Dec 21, 2010 at 21:55 UTC | |
by GrandFather (Saint) on Dec 21, 2010 at 22:28 UTC |