Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Before posting the threat I googled everything but I didnt fined an answer for this question.
So I'm Creating an asp.net /c# website and i'm wondering how to be able to move controls like buttons,texbox,panel... by mouse.
i guess we have to use mouse events (mouse over mouse out)
I would be very thankful if you could write me a code (in c#) or tell me genarally about how it would be.
thank you.
Posted

THis article gives you a few tips on doing this:

http://msdn.microsoft.com/en-us/magazine/cc135985.aspx[^]

It uses ASP.NET Ajax though.
 
Share this answer
 
You can use javascript. Some link you can see

Click

Click

Click
 
Share this answer
 
hi,
use Jquery UI for That .
http://jqueryui.com/demos/[^]
 
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