Hi,
I am working on an application where I have to Drag n Dropselected item from DropDownList, I can successfully drag n drop items fromselected list but I have a issue with mouseup event.
The problem is that when I leave the dragged object mouseupevent of that object fires, now what I want to do is to fire the event of thecontrol where I am dropping item, through Javascript.
One more thing, controls where I am dropping items are notfixed, they vary. Now I want to get the Id of the control where the element isdropped.
Thanks in advance.