Click here to Skip to main content
16,017,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to know "How to drag from gridview and drop to textbox."
I want to know the location of mouse up.
Posted

1 solution

jimsammee wrote:
How to drag from gridview and drop to textbox

What do you mean by drag from gridview? Also drop to textbox? You need to be more clear on what you are trying. Explain it please.


jimsammee wrote:
I want to know the location of mouse up.

Knowing location of mouse is not difficult. It is:
event.clientX and event.clientY

To know more:Event properties[^]
 
Share this answer
 
Comments
jimsammee 10-May-10 1:31am    
I want to create drag and drop grid view.I want to change color of textbox that is drop from grid.
pls give sample drag and drop example

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