I have a DataGrid bind to a database with one Table and one Column (FooTable and FooName). With my following code, I can bind DataGrid to Dat
DataGrid
Dat
Try calling dt.DataBind(); at the end.
dt.DataBind();