954,557 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Advice on drag and drop UI?

Hi there,

I would like to implement a web based UI that allows people to drag and drop "chairs" and "tables" onto a floor layout (grids) and save it to their profile by storing in the database. I am wondering how do I start doing this? I am using vb.net with ajax control toolkit. Are these enough? Thank you for your advice.

jremio
Newbie Poster
3 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
 

Is this for a windows.application or a web.based application?
If windows.based, see if this helps.
http://www.daniweb.com/software-development/vbnet/threads/345710/1468687#post1468687

codeorder
Posting Virtuoso
1,915 posts since Aug 2010
Reputation Points: 255
Solved Threads: 384
 

hi its web based, thanks for the help though.. :D

jremio
Newbie Poster
3 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
 

If it's web based, my referenced solution is that you will have to create a .css and possibly some .js(JavaScript) code to have it all work with vb.net.

Check out this post for help regarding to add content to a WebBrowser.
http://www.daniweb.com/software-development/vbnet/threads/380137/1638656#post1638656

You will need some code as this also:

http://javascript.internet.com/css/drag-and-drop.html

.The above link's code does not work in FireFox, though it should be similar to what you will need for your projects.

codeorder
Posting Virtuoso
1,915 posts since Aug 2010
Reputation Points: 255
Solved Threads: 384
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: