hi,
i have a datagridview which displays data from a MySQL table (using ODBC connection).
what i want to do is, when i click one of cells inside the datagridview, a message box will pop-up,displaying all the other data from the selected row. how do i do it?

thanks in advance