Hi
Please could you assist. below is my code, but the grid does not display anything.
Am I missing a step. I have checked the dsGridData DataSet and it has data.
Is their perhaps a property that I have not checked to auto generate the columns?
Please advise soonest.
3 columns and 2 rows - read in from SQL
containing RoleID, Role, RoleDescription.
Code: Visual Basic.NET
DataGrid.DataSource = dsGridData.Tables(0)
DataGrid.DataBind()