G
Guest
Me.DataGrid1.DataSource = DsProgramDesc
Me.DataGrid1.DataBind(
As I go through the debugger the dataset DsProgramDesc1 has exactly the ItemArray info it should have. So why can't I bind it to my datagrid? I am using a web form. The headers for the dataset rows appear on the datagrid but the detail does not.
Me.DataGrid1.DataBind(
As I go through the debugger the dataset DsProgramDesc1 has exactly the ItemArray info it should have. So why can't I bind it to my datagrid? I am using a web form. The headers for the dataset rows appear on the datagrid but the detail does not.