Hi All
I am having issues with my datagrid.
I can load the data ok using
dt = PlayersLogic.GetPlayers(TeamNo)
PlayersGrid.DataSource = dt
PlayersGrid.DataBind()
But as soon as the data is displayed in the grid, it disappears, I have check my code using a trace file and everything flows as expected.
I am using aspx files with VB.Net
TIA
Colin