i have this code which is interchanging images location as soon as they are clicked and dragged and place on the other image below is the javascript code and i am using jquery ui for this
and this is a pic of what .aspx page when viewed on browser
these are two tables which are joined in order to show the user only the "Duas" that he inserted in Selected_List table.
currently these are sequenced according to the DNO in DUAS table(Ascending Order)
Now as you can see what i am doing is displaying the Data only after joining so the user can see only his own data.
now somehow i need to perform sorting which is working with the above javascript function but i can't store this change in the database so that user sees the change next time which he made
i need some function which saves sorting position in database as soon as i drag replace two pics position