Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
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.
Posted
Updated 5-Oct-11 4:38am
v4

1 solution

You want to do this in a web page?? WEll, it's not going to be written in VB.NET since ASP.NET code runs entirely server-side.

You'll have to implement this using client-side JavaScript, JQuery, ...

Your question is better asked in the ASP.NET forum.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900