hello
in DataGridView1 control there is 3 items i want when you for etc
select item , "number 1" then do something like when i use listbox selected item
If ListBox1.SelectedItem = "1" Then
textbox1.text="hello"
end if
if
like
if DataGridView1.selected item ?