drag image and drop it to specific position using ajax.

Jul 6 2010 7:39 PM

Hi all.
I'd like to have a small ASP.NET web application to manage an image gallery.

On the top there is a file selector that allows user to upload file from local PC to the server. The order will be increased automatically, i.e., the first uploaded image will get order #1, the second will get order #2…

 

The images will be put in a 10-column table, and are sorted by Order from left to right

The application also allows users to drag the image and drop it to specific position. In that case, the orders of all images are updated automatically (and I don't want the page to post back so Ajax would be a good choice for this)

i only focus about how drag and drog image using ajax.

Have you any recommendation or code talking about that?

please help me.

thank and best ragards.