[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

BenJ

2/24/2004 2:09:00 AM

I am tring to implement Drag and Drop in my asp.net web-app, the idea is to
allow a user to Drag and Drop an Object/Image to any location on a form
(with a grid-background), and have the server store the usr selection. Is it
possible to do this purely in asp.net? (no Java). Any example or link would
be appriciated.
Thanks,


1 Answer

pramod

2/24/2004 4:42:00 PM

0

Asp.Net is SERVER side and you want to have effect of drag and drop on
browser so it can be done by some Javascript.

there is an article by msdn by Dino E which demonstrates drag and drop.

-p

"BenJ" <BenJ@netvu.com> wrote in message
news:O2sLRsn#DHA.1700@TK2MSFTNGP12.phx.gbl...
> I am tring to implement Drag and Drop in my asp.net web-app, the idea is
to
> allow a user to Drag and Drop an Object/Image to any location on a form
> (with a grid-background), and have the server store the usr selection. Is
it
> possible to do this purely in asp.net? (no Java). Any example or link
would
> be appriciated.
> Thanks,
>
>