I've loaded a txt file in a DataGridView called DataGridView1.

I've also got a search function which shows the row including that what you searched.

When I search something it always is in a column called: "szName".
The column in before "szName" is called "//dwID".

How can I get the bit of text in column "//dwID" of the selected row in a TextBox (TextBox1)


Thanks in Advance