This topic is locked

Problem With List Pages

12/4/2004 3:54:29 PM
ASPRunnerPro General questions
author

Completed my first project. Have everything the way I want but when I build the pages only the first 3 or 4 fields appear on the List pages. All the other pages work correctly. Tried several times to correct it by deleting everything and re-building but nothing seems to work.

Sergey Kornilov admin 12/5/2004

It sounds like some error happens on this page that prevents data from

displaying.
To see exact error message open ..._list.asp file in any text editor

and change the following line:
On Error Resume Next
to
'On Error Resume Next
After that you can run this page again and see error message which youcan post here.