Hi, I have a very simplistic project where I do the following
aDisplaygGid.DataSource = itb_api_data.ToList<T>(lRes);
aDisplaygGid.DataBind();
when I visit the page the first time, it works perfectly.
However when I visit the same link a second time, the grid displays "No records to display".
I have verified that the data contains items.
Any ideas?