Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ajax drag n drop images.

Status
Not open for further replies.

shams123

Programmer
Joined
Jan 27, 2006
Messages
81
Location
MY
Hi all,

My client has a requirement which I think can be achieved using ajax, not very sure tho :) He wants a gallery of small images ( like boys, girls, cartoons etc) which the user can drop drop anywhere in a drawing area and move them around. In the future, these images would be 3d which could be rotated etc? I am wondering if this can be done using Ajax.

Any guidance would be highly appreciated as to how can this be done.

Thanks!
 
It can be done with a client side language such as javascript. You would only need to use an AJAX approach if you need to interact with the server.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Hi mate,

Could you pls point out any resource you think I could refer to, would really appreciate that. The client wants to save the drawing sheet and resume later on as well, I doubt ajax would help in this case?

Cheers!
 
Could you pls point out any resource you think I could refer to, would really appreciate that.
You can get the ASP.NET implementation of AJAX from
The client wants to save the drawing sheet and resume later on as well, I doubt ajax would help in this case?
I would have thought the opposite. Since you want to save the layout, you will have to interact with the server to save those changes so AJAX could be a possible method to use.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top