Posts by João Gabriel Campos Gurgel • 19 points
2 posts
-
1
votes3
answers103
viewsA: Nullable property in C#
normal Int does not accept the null value as it generates build error. However typed in this way (Nullable x) it now accepts.
-
-1
votes1
answer64
viewsQ: Leftover space in Datagridview c#
I have a Datagridview that has as source a Datatable. But there was a gray border left below the last line. I’d like the space I put on the Datagrid form to be filled in completely. I tried some…