Posts by Paulo Júnior • 33 points
3 posts
-
1
votes0
answers124
viewsQ: Error validating if the selected datagridView Index is null
I’m having difficulty feeding a dataGridView with objects, where I need to list properties of another object. as for example: PRODUCT.CODE, PRODUCT.DESCRIPTION, REQUEST.VALUESARY. The only solution…
-
2
votes2
answers87
viewsA: How to pass data from select to an array
Function can be changed if, for while, where you will go through the. while (dr1.Read()) { id = int.Parse(reader.GetOrdinal("id")); templete1 = (reader.GetOrdinal("tamplete1")); templete2 =…
-
0
votes1
answer71
viewsQ: How to find the index of a Datarow by the value of a Datatable column
I have a difficulty regarding the combobox, I need to set a specific value for visualization, as if it were the function of visualization of an existing record, the value will be in the variable…