Drag-and-drop

  • Thread starter Thread starter Arthur Hsu
  • Start date Start date
A

Arthur Hsu

Hello,

I'm trying to implement drag-and-drop function on my web forms, say, drag an
item from one box to another. Is there any starting point that I can refer
to?

TIA,

Arthur
 
Hi Arthur,

Thanks for your posting. As for the web page drag and drop problem, this is
generally implemented via DTHML script and there is no buildin support in
ASP.NET. In addition, since the DHTML feature rely on the client browser's
support, so the behavior or scripting approch may also different in
different browser. here are some reference on drag-and-drop in IE:

#Drag and Drop Support
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/samples/int
ernet/ie50/dragndrop/default.asp

#Drag and Drop with Microsoft Internet Explorer 5
http://tech.irt.org/articles/js204/#3

Hope helps. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top