So I have a DGV connected to my Visual C# via OleDB with my information in it and I need to take the text from a cell when clicking the cell. I know I can’t take it from the DGV, I need to get it from de OleDB DataSet. But how do I tell the program which DGV cell I need to take the text from? And how would the DataSet Codeline be?
Any help will be thanked.
So I have a DGV connected to my Visual C# via OleDB with my
Share
Try this to get cell value,