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[
^]