Im starting witch c# and i was trying to get a table from a website and show it in a datagridview.
I was tryng to get the first two columns first, and i can get the data, but it shows in the second column. ...using System;
using System.Collections.Generic...