Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: ASP Drag and drop


Message #1 by keith@p... on Mon, 23 Sep 2002 16:14:41
Hi all, 

for a while back I had been creating objects in .Net which I could assign 
values on an aspx and drag them around and when the mouse was over certain 
objects I could read the value of the object I was draging around.

Now I have gone back to a project in ASP I want to do the same again. lets 
say I want a couple of images and dragging 1 over the other will give me a 
message box of the values of both objects (the dragged object and the 
object its over)

has anyone seen any samples anywhere?

(I am continuing to look for myself also :))

Thanks
Message #2 by "Claudio M. E. Bastos Iorio" <mcclau@p...> on Mon, 23 Sep 2002 12:46:43 -0300
What about flash? (www.macromedia.com)
U can interact flash with xml and asp...

Claudio M. E. Bastos Iorio

-----Original Message-----
From: keith@p... [mailto:keith@p...] 
Sent: Monday, September 23, 2002 4:15 PM
To: ASP Web HowTo
Subject: [asp_web_howto] ASP Drag and drop


Hi all, 

for a while back I had been creating objects in .Net which I could
assign 
values on an aspx and drag them around and when the mouse was over
certain 
objects I could read the value of the object I was draging around.

Now I have gone back to a project in ASP I want to do the same again.
lets 
say I want a couple of images and dragging 1 over the other will give me
a 
message box of the values of both objects (the dragged object and the 
object its over)

has anyone seen any samples anywhere?

(I am continuing to look for myself also :))

Thanks

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20


Message #3 by "Ken Schaefer" <ken@a...> on Tue, 24 Sep 2002 11:28:31 +1000
Are you talking about in your IDE? or in your browser?

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <keith@p...>
Subject: [asp_web_howto] ASP Drag and drop


: for a while back I had been creating objects in .Net which I could assign
: values on an aspx and drag them around and when the mouse was over certain
: objects I could read the value of the object I was draging around.
:
: Now I have gone back to a project in ASP I want to do the same again. lets
: say I want a couple of images and dragging 1 over the other will give me a
: message box of the values of both objects (the dragged object and the
: object its over)
:
: has anyone seen any samples anywhere?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Message #4 by Keith Bamberger <keith@p...> on 24 Sep 2002 08:50:20 +0200
in the browser ken.

Message #5 by "Ken Schaefer" <ken@a...> on Tue, 24 Sep 2002 18:21:30 +1000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Keith Bamberger" <keith@p...>
Subject: [asp_web_howto] Re: ASP Drag and drop


in the browser ken.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Then it's all client-side scripting right?

Or are you talking about a machine with the .Net framework installed +
browser and you are using .Net objects client-side? If so, then there are no
"ASP" alternatives - ASP runs on the server *only*, not on the client.

Also, when you say:
<quote>
: lets say I want a couple of images and dragging 1 over the other will give
me a
: message box of the values of both objects (the dragged object and the
: object its over)
</quote>
what do you mean? What is the "value" of an "image"?!?

Cheers
Ken



  Return to Index