I'm learning ASP, MySQL, and javascript all crash-course style right
now, so please forgive me ahead of time for my ignorance!  :)

I'd like to use the Sortable feature on a page to reorder list
elements.  The elements are in a MySQL database, and the site is ASP.
I have a basic HTML table that displays the list now.  Each record
contains the unique ID, the name of the element, a boolean value for
whether the item should be Active or not, and an OrderBy field.  I'd
like to hide that OrderBy field on the page, and instead of having the
user manually reorder the list, use the sortable drag/drop feature.

I'm just looking for sample code on using classic ASP with a MySQL
database to grab the records, create the list and use scriptaculous to
handle the reordering for the user, and then write the new order back
to the database.

I've found a bunch of examples out there of people using PHP and I'm
sure I can figure it out but if I don't need to recreate the wheel...

Thanks
-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.


Reply via email to