Posts by Élly • 7 points
4 posts
-
0
votes1
answer23
viewsA: Data does not appear in Datagridview C#
I GOT THROUGH A BUTTON. I PUT THE PREVIEW BUTTON AND I ENCODED THE BUTTON NORMALLY AND IT WORKED. I STILL DON’T KNOW WHY IT DIDN’T SHOW UP ON LOAD, BUT THAT’S THE SOLUTION I FOUND. private void…
-
-2
votes1
answer23
viewsQ: Data does not appear in Datagridview C#
I have Datagridview in two forms of my project, but only appear the data in one, and the other is not appearing, I’ve reviewed everything but it seems all right for me. Form Load Code private void…
-
-1
votes1
answer62
viewsQ: Exit "while" by filling lists
I need to make a code that uses while and lists, which aims the user to register an undetermined number of people while he wants and put 0 to finish and show on the screen the created list. It is…
-
1
votes2
answers68
viewsQ: How do I show the wrong input numbers?
In this code I would like that if the student enters some wrong note, the program responds which grades are wrong. But based on what I did only appears the first note. I also wish that when typing…