Posts by Carlos Eduardo Godinho • 1 point
2 posts
-
0
votes1
answer69
viewsA: Number lines in Datagridview in C#
My friends is solved, I added this excerpt of code before filling the Datatable by the dataadapter, if later does not work right: DataColumn column = new DataColumn(); // configurar varios atributos…
c#answered Carlos Eduardo Godinho 1 -
-1
votes1
answer69
viewsQ: Number lines in Datagridview in C#
I have a DataGridView and a method to fill it: public DataTable BuscarClientesEmAtividade() { OleDbDataAdapter da; DataTable dt = new DataTable(); OleDbConnection con = ConexaoBanco(); OleDbCommand…
c#asked Carlos Eduardo Godinho 1