I'm new to C#, I have a API Console Application connect to MySQL in C#:
Example: "http://localhost:12345/api/apiname/something" enter image description here
I have created a Windows Form project in the same solution as Console Application API. I created a Button to GET data from that API but i don't know how to put it in and show results on datagridview.
Sorry if my English not good. enter image description here
I have tried searching a lot on google and youtube but couldn't find a solution to the problem :(