Hi Chak,
You will need to resort to some javascript code to support drag and drop at
the client-side and to detected mouse events. If you've never coded in
javascript before, I suggest you get a good book on the subject. If you
already know some javascript you could try searching the many javascript
code repositories on the web to find something that you may use as a
jumpstart.
--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
"Chak" <> wrote in message
news:2c75401c393be$9f2d6ed0$...
> Is it possible to drag and drop controls in an aspx page
> at runtime ? Meaning i have developed a ASP.NET web form,
> the web form is now downloaded in IE - now can i have this
> form to detect mouse events, and provide drag and drop
> functionality of the controls ?