I have a query with 3 columns that bring data from the Oracle database and I want to use one of these columns as a line in datagridview
.
There are 3 columns name
, data
and contagem de nomes
, and in the Data
column there has to be a line in datagrid
as if it was header
and below comes the rest as column. p>
Does anyone know how I can do this in C #? I'm making an application winform
.
Was I clear? If someone does not understand me, just let me know that I try to explain again.
Thank you.