Using : VS2010, .Net 3.5. I apologize for my poor Title.
I have a string item which, i am sure, is available in a datagridview. Now i want to select the row, where the item belongs.
tableName = tmp._Table; //I have my table_name here
//This following code shows what my dgvtablelist have.
dgvTablesList.DataSource = CS.getAllTables(serverName, dbName, authenticationType, logIn, passWord);
SO, how would I select my tableName in the DataGridVIew?
I dont have any **index