Question
Creating Sortable Product Lists - ASP
Hi, any thoughts on this problem please? :o)
I have a site where the customer needs to sort products to appear in a numbered order. I have a productOrderNumber field in the products table which does this but the problem I have, as I am sure other who have done this will be aware, is that the customer wishes to frequently change the product order by productOrderNumber.
If i give them a form to change product 1 order number 1 to order number 2, that then means that i have to manually change product number 2 to number three etc down the products. This database has 700 products!!
Does anybody kown of a process that will address this or is it logicallly just not possible?
I have seen the following in PHP which 'may' help me. But I would need an ASP version.
http://www.phpriot.com/d/articles/client-side/sortable-lists-with-php-and-ajax/index.html
Any ideas greatfully accepted.
Thanks
Jules xx
ASP and MS Access db btw
I have a site where the customer needs to sort products to appear in a numbered order. I have a productOrderNumber field in the products table which does this but the problem I have, as I am sure other who have done this will be aware, is that the customer wishes to frequently change the product order by productOrderNumber.
If i give them a form to change product 1 order number 1 to order number 2, that then means that i have to manually change product number 2 to number three etc down the products. This database has 700 products!!
Does anybody kown of a process that will address this or is it logicallly just not possible?
I have seen the following in PHP which 'may' help me. But I would need an ASP version.
http://www.phpriot.com/d/articles/client-side/sortable-lists-with-php-and-ajax/index.html
Any ideas greatfully accepted.
Thanks
Jules xx
ASP and MS Access db btw
