Could someone advise me of the the simplest way to display row information from datagridview into a textbox? My database consists of 4 columns but I only display one of the column in datagridview. Hence, how do I display all information from row and columns into textbox if only one of the column is selected in my datagridview?
*Im doing this in windows form