Member Avatar for jremio

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.

Recommended Answers

All 3 Replies

Member Avatar for jremio

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

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.