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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top