This question is locked. New answers and comments are not allowed.
I have two ListBoxes that I am allowing a user to drag items from onto a GridView. Depending on which ListBox they are dragging from, I need to perform different operations.
So my question is how do I determine which ListBox control the user is dragging an item from at the time of drop?
So my question is how do I determine which ListBox control the user is dragging an item from at the time of drop?