no data displayed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a working ASP.net (1.1) app that works fine. on moving it to a
different server the application runs as expected but when returning data it
no longer displays in the data grid. The application will e.g. know that it
has 11 pages of data and let you move around the pages in the grid but no
data is actually displayed

any ideas?

Guy
 
Mark Rae said:
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
 
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


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...?
 
Mark Rae said:
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...?

***************
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
 
Back
Top