how do I preserve the position of my elements after a save to the database? Meaning, let's say I have a table inside which I have textboxes inside tds, and I rearrange the rows in my table and click Submit. How do I preserve the new posisition of the rows in my table without reverting back to the original position on page refresh?
Thank You