I am tring to implement Drag and Drop in my asp.net web-app, the idea is to
allow a user to Drag and Drop an Object/Image to any location on a form
(with a grid-background), and have the server store the usr selection. Is it
possible to do this purely in asp.net? (no Java). Any example or link would
be appriciated.
Thanks,
Alvin Bruney [MVP] - 26 Feb 2004 17:47 GMT
I've got an example of this on my website at this link
http://devel.odessi.net/dotnet/drag.htm

Signature
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
> I am tring to implement Drag and Drop in my asp.net web-app, the idea is to
> allow a user to Drag and Drop an Object/Image to any location on a form
> (with a grid-background), and have the server store the usr selection. Is it
> possible to do this purely in asp.net? (no Java). Any example or link would
> be appriciated.
> Thanks,