Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.14/5 (3 votes)
In ASP.Net WebApplication, i want to design a draggable textbox inside a table.The textbox should be draggable anywhere inside that table.

What I have tried:

Give me a suggestion how to do this or post some example .
Posted
Updated 25-Apr-17 3:10am

1 solution

Here is similar question for reference.
Drag and drop textbox using jquery | ASPForums.Net[^]


Also, you can refer below JQuery plugin to implement drag-drop functionality.

http://jqueryui.com/draggable/

http://jqueryui.com/droppable/

http://jqueryui.com/resizable/
 
Share this answer
 
Comments
GrpSMK 25-Apr-17 10:25am    
Thank you,But i need to drop the textbox inside table.How to write code for this?
GrpSMK 26-Apr-17 6:21am    
hello there..Help me

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