Good afternoon,
Does anyone have a code where I can select a Row
in a DataGrid
, from a search?
Where I make my Button_Click
to a TextBox
with a certain value, doing the search in DataGridView
, thus selecting the Row
for that value of TextBox
.