Make asp button drag and drop without using div
How can i make the asp:Button drag and drop? How do I get the coordinate of button after using jquery drag and drop? I want to save the coordinate to a database, so that next time I visit, the item will be in that position. For example, x : 400px, y : 800px?