0
I have a query with 3 columns that bring data from the Oracle database and I want to use one of these columns as row in datagridview
.
Are 3 columns name
, data
and contagem de nomes
, and in the column Data
has to be a line on datagrid
as if it were header
and down comes the rest, like column.
Does anyone know how I can do this in c#? I’m making an app winform
.
Am I clear? If anyone does not understand me, just let me know that I try to explain again.
Thank you.
Thank you Richard, I will try to build here and if it works I warning you.
– DanRomanini