Avatar of Deathrace
Deathrace
Flag for India

asked on 

ASP.NET GRIDVIEW STATIC COLUMNS BINDING A DATATABLE

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;
ASP.NET

Avatar of undefined
Last Comment
Anurag Thakur

8/22/2022 - Mon