Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to move my asp.net controls from one position to another after rendering it on page.

please help me and give me any idea or solution for that...

i created the controls dynamically at c#
Posted
Updated 3-Jul-14 23:52pm
v2
Comments
syed shanu 4-Jul-14 4:00am    
do you need like marquee
Kriti Sharma 10400841 4-Jul-14 4:03am    
no i want to create draggable control
syed shanu 4-Jul-14 4:07am    
Chk this links hope this will help you ;
http://www.codeproject.com/Articles/9168/ASP-NET-Drag-and-Drop-on-a-Webpage

http://www.codeproject.com/Questions/271631/Drag-Drop-User-Controls-in-ASP-NET

http://www.c-sharpcorner.com/Forums/Thread/52074/

http://www.codeproject.com/Questions/45442/Drag-and-Drop-ASP-NET-Controls-at-Runtime-from-a-c

1 solution

Hi,

You can use Jquery's : Draggable[^]
 
Share this answer
 
Comments
Kriti Sharma 10400841 4-Jul-14 4:01am    
hello sir, thanks for your quick reply...
i want to know that can i use this jquery with dynamically generated controls
Suvabrata Roy 9-Apr-15 2:52am    
Yes you can, but you need to specify their class/id or any other selector previously.

In your case http://api.jquery.com/bind/ will be very helpful

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