Search results for query: *

  • Users: ahmed707
  • Content: Threads
  • Order by date
  1. A

    how get average of two DGV ComboBoxColumn to be in DGV textboxColumn

    i have datagridview with 3 columns the first column is Assessment1 the second column is Assessment 2 now i want to get the average of two columns to be as new column in data grid view this code 01 Dim dictionary As New Dictionary(Of String, Integer) 02 dictionary.Add("A", 100) 03...
Back
Top