Posts by Thiago David • 21 points
4 posts
-
-1
votes1
answer21
viewsQ: How to save color changes to a Datagridview line?
I need to save the color changes the user makes on the datagrid. Currently the colors are exchanged according to the user’s selection using the following code:…
-
1
votes1
answer53
viewsQ: How to delete null lines in a Dataframe?
I am studying a dataset for the NBA games, and I need to know how I can remove data from the dataframe that is found as "None". Because they keep me from getting the exact amount of athletes. Below…
-
0
votes2
answers56
viewsA: How to insert a List<> into a Listview C#?
I got it here guys, below is the code with the changes I made to the code work. private void Form_Usuarios_Load(object sender, EventArgs e) { List<Usuario> usuarios = new…
-
1
votes2
answers56
viewsQ: How to insert a List<> into a Listview C#?
I’m trying to insert a List<> (Generated by another class that brings the data from the Database), the data is inserted but the ListView receives only the first column, and the other is null.…