ASP.NET and Drag & Drop

  • Thread starter Thread starter Ivo Tcholakov
  • Start date Start date
I

Ivo Tcholakov

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 ?

Thank You

Ivo Tcholakov
 
Ivo,

If you want to drag and drop elements on a page in the browser, you will
have to handle all of that on the client. You won't be able to do that via
ASP.NET.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
Back
Top