I am trying to maintain the order a list of items should be displayed on the database, then allow the user re-sort \ re-order that list. I have seen libraries that enable this from the front end, however, the update to the database would require updating a list of records, which we cannot do via web service. I am looking at doing this with server code and wanted to know if there are any best practice recommendations or examples for executing this function.
Thanks for your guidance