Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my asp.net web application I want to create something like to give list of boxes(block) to user, and user can drag and make connectivity and on saving I should be able to get sequence like predecessor of blocks which user has created. Can you suggest me how to do that?
Posted
Updated 24-Jul-14 23:53pm
v2
Comments
ZurdoDev 24-Jul-14 7:46am    
Do you have a question?

1 solution

This is the simplest drag and drop javascript library I found :http://jqueryui.com/draggable/[^]

What you can do is hook functions to "drag" and "drop" and record data in the client or send / retrieve data from the server using AJAX.
 
Share this answer
 
Comments
[no name] 25-Jul-14 6:36am    
yes but with that I want to create connectivity. Like want to get execution sequence of box.
legendhunter64 25-Jul-14 7:03am    
Use AJAX calls for connectivity.
[no name] 25-Jul-14 7:08am    
Thank you for your reply. but can you let me know any example or something which already has been developed.
legendhunter64 25-Jul-14 8:19am    
Server Side code is not that easy to demo. Try http://api.jquery.com/jquery.ajax/. Basically, you call the server and receive a response without a page refresh.

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