Link to home
Start Free TrialLog in
Avatar of boobala_krishnan
boobala_krishnan

asked on

DragDrop from Treeview to Datagridview

VS 20005
MS SQL 2005
Can anyone guide me how to Dragdrop objects from a Treeview to a Datagridview?
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Did you find a solution?

Bob
Avatar of boobala_krishnan
boobala_krishnan

ASKER

No i havnt find one.Kindly help
What language are you using (VB.NET or C#)?

Bob
Im using C#,it is a windows application
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Bob,
i have one more doubt,I need to validate if the datagridview row is selected and dropped within the grid,i need to give a message box alert,how to go about with it(As we are setting the DataGridView.AllowDrop = true,the selected row is dropped within the gridview)