drag a row from a datagridview and drop it into a browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • viji chandran
    New Member
    • Mar 2010
    • 5

    drag a row from a datagridview and drop it into a browser

    Hi...

    I have a datagridview in one from and a bowser in other. i need to drag a row from the datagridview and drop it into a browser which is another from. I am not getting the drop event in browser. please help me...
  • Christian Binder
    Recognized Expert New Member
    • Jan 2008
    • 218

    #2
    Hi!

    Does your dragging (start of Drag&Drop) work well?
    If not, maybe you could provide some code of your drag-functionality for me/us to be able to provide better help.

    Did you allow dropping on the browser-control (Property AllowDrop)?
    To which event on you browser-control have you attached (does your browser-control support Drag&Drop and exposes a DragDrop-event?)

    Have you tried dropping on another controls to check if only the browser-control causes this problems?

    Comment

    Working...