-
1 Attachment(s)
DataGrid Question
Just wondering how hard it would be to set up a Datagrid to display data like the image I have attached.
This image is taken from in house software written in VB6 that I want to port over to C# because of the bugs that have emerged over the last 5 years.
I have no problem getting the data from our tables in any form that may be required. Currently I have been fiddling with just a query that returns a result that is a direct copy of the data in the image. i.e. Column One contains the parameter names and column 2 and 3 contain the parameters etc..
Thanks