❔ Adding API Results to a Datagridview
So i have a Project data Source connected to my SQL server that pulls all the info required to run an API call.
is it possible to Add the results of that API call back into the DataGridView by adding Additional Columns? (once a button is clicked)
is it possible to Add the results of that API call back into the DataGridView by adding Additional Columns? (once a button is clicked)