SortDB table rows by sortID
SortDB table rows by sortID
- Started
- Last post
- 1 Response
- 187LockDown
What I am trying to do is give the user the ability to change the order of a recordset in ASP by creating another field int the table called sort ID. For instance say we had a messageboard with 5 forums, and on the index page we did not like the order the forums were in, I want to create an admin page which allows them to change the order by moving a forum up 1 in the sorting order or down 1 in the sorting order. I would like to do it in ASP, anyone know what this is called or where I could find help?
- 187LockDown0
There is a perfect example of this in the PHPBB Forum. If you are an admin you can go to the Forum Administration and click on the management button. You will see two buttons that say move up or move down.