I'm trying to display some data from a Stored Procedure into my GridView. What I'm doing is onLoad; creating a DataTable, adding two rows to it (debugged and there's definitely data in them) and then;
GridView1.DataSource = DataTable
However my GridView comes back empty every time. Why is this?