Search results for query: *

  • Users: sharon
  • Content: Threads
  • Order by date
  1. S

    How to select the last inserted row of the datagrid?

    Hi! I have a datagrid connected to dataset. I am inserting row with: oRow = Me.m_DataSet1.Tables(0).NewRow() ... Me.m_DataSet1.Tables(0).Rows.Add(oRow) now, I want that the datagrid will select the new row. How do i do it?
Back
Top