Drag and drop images

eclecticderby

New member
Joined
Aug 16, 2006
Messages
2
Programming Experience
Beginner
Hi everyone,
basically I am trying to make a simple product catalog, that uses the datagrid.

Instead of users adding the products into their shopping cart using a link button, I want to allow the users to drag the image of the product from the datagrid column to maybe a shopping cart image thus adding the "dragged" product into the database.

I am open to all suggestions, but primary I want to try the drag and drop function. so if there are other ways, eg drag from DDL to another DDL, pls suggest. It's just a school project, so dun really care for performance...

Just drag and drop, thanks!!!
 
To use drag & drop in an ASP.NET application you'll need to resort to AJAX (Advanced Javascript And XML) ,or Flash but that's another story. You can see an example of AJAX in use on Google's Personalized Home pages if you have a google account.
Microsoft has released a free AJAX framework, still in development, called Atlas. You can find information on it here: http://atlas.asp.net.
 
Back
Top