Posts by Mecleudio Queiroz • 31 points
4 posts
-
0
votes0
answers28
viewsQ: Write data from two Datagridview to the Sql Server database
I’m not able to record the data that are in two dataGridView, the data that are in the two Datagridview are in a single Class, I have a code ready but would serve only for a Datagrid, in the same…
-
0
votes0
answers27
viewsQ: sum the values of the repeated names in Datagridview
Hello, folks all right, I have an application where I add the items in Datagridview, however I want to add the volume values, the lines that are with the same name, I want to create a variable to…
-
1
votes1
answer44
viewsQ: Filtering items in a products table
Good afternoon to everyone, I have a simple application that I am developing, and I have the following problem, I have a variable "Tenure List", which already has the ID of the items, and I have a…
-
0
votes0
answers19
viewsQ: write data from a Datagridview to the database
Good morning, I am making an application similar to a sale, which contains sales and sales items. my problem is that I am not able to save the items of sale that is in datagridView, I am using…