Posts by Igor Ferreira • 61 points
4 posts
-
-1
votes1
answer41
viewsQ: Textbox in WPF datagrid
Good afternoon, as I add a Textbox as the image below. I’ve seen some C#/WPF software with Datagrid and filtering this way.…
-
0
votes1
answer250
viewsA: Error adding data to database
Although it’s been a long time... there’s the resolution: How are you using: cmd.Parameters.Add("@Idprograma", Sqldbtype.Int). Value = access.Idprograma; To add the parameters in the Insert, if a…
c#answered Igor Ferreira 61 -
1
votes1
answer235
viewsQ: XML serialization/deserialization C#
Good night! I can’t use the data I do the XML deserialization, there is no exception or anything like that... I already checked the path, data but I can not list the data... XML: <?xml…
-
4
votes1
answer332
viewsQ: Compare data from two SQL Server tables
Good night, I am studying SQL queries and I came across a problem in a query, I have two tables: Table: Products +----------------+--------------+--------+ | Codigo | Produto | Valor |…