I get a string from the drag of a listview, now I want to add that string to one of my datagrid cell, How can I do it? I use
VB Code:
  1. grdTest.Item(count, 1) = lvItem.Text
but it does not work.