ASPX

J

JA

Does this forum answer questions on ASPX?
I would like to use drag and drop to develop a simple
application in Microsoft Visual C#.NET. Is it possible?
 
A

Alvin Bruney [MVP]

*.framework.aspnet would be a better place to post this. Essentially, you
would have to trap for mouse events dragenter, dragstop etc and place your
code to handle these events. ASP.NET does not support this type of
functionality out of the box. There are many tutorials on the web for this.
I have a sample as well on my website: http://tinyurl.com/27cok
 
Top