
Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
> > any ideas?
>
> Is the space where the data should be still there, or has it "closed up"?
Mark thanks for the quick response,
The grid displays as if data was present, e.g it will display 2 pages of 10
rows and a further page of 4 rows if it should be displaying 24 rows of data,
there is just no data in the cells.
lables on buttons, headings etc display as usual
> If you do View Source, can you see the data there?
There is no data if you view source
cheers
Guy
Mark Rae [MVP] - 24 Jul 2007 14:04 GMT
> The grid displays as if data was present, e.g it will display 2 pages of
> 10
[quoted text clipped - 6 lines]
>
> There is no data if you view source
Hmm - OK...
In the View Source, has the DataGrid been rendered as a standard HTML table,
and are the <tr> and <td> tags all there...?

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
guy - 24 Jul 2007 14:22 GMT
> > The grid displays as if data was present, e.g it will display 2 pages of
> > 10
[quoted text clipped - 11 lines]
> In the View Source, has the DataGrid been rendered as a standard HTML table,
> and are the <tr> and <td> tags all there...?
***************
all tags seem to be present, and the images that provide edit functionality
on each row are present.
This applies to any grid within the application.
Also this problem arises wether the app is run on a remote pc or physically
on the server (which contains both the sql server database and the app itself.
and yes there is data in the database;-)
***************
cheers
Guy