❔ set the outputs in c# win forms like in javascript+httml code
Basically, I need to pass the outputs as it is in javascript+httml to c# win forms, obviously in the c# code. as you can see in the image, apparently in the javascript code it calls an array and that array is taken to httml, to set the results, I would need to execute the same results in c#, through a label, or datagridview, or something like that, I am not a professional in writing code, if someone has a solution let me know, thanks.
4 Replies
So you want like a spreadsheet with named columns?
yes something like that
DataGrid Class (System.Windows.Forms)
Displays ADO.NET data in a scrollable grid. This class is not available in .NET Core 3.1 and later versions. Use the DataGridView control instead, which replaces and extends the DataGrid control.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.