Hi Experts,
I have a grid view with static columns added to it. i created a datatable i'm trying to bind the datatable to gridview autogeneratecolumns= false;
GridView1.DataSource = dt;
Gridview1.DataBind();
but no rows are displayed in the grid, i verified i had rows in my data table. please help why the grid is not displaying the rows;