Drag and Drop functionality
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am developing one web page called Whiteboard where i need to assign jobs to the employees by dragging and dropping employees to the particular job using AJAX. Everything(Jobs and Employees) will be fetched from the database. So i need to fetch each and every employee from the database and make it draggable and droppable so that i could drag and drop particular employee to the particular job. So please reply to this post and let me know how could i achieve this in ASP.NET with the use of AJAX? Thanks in advance.