This topic is locked

column sorting error

1/23/2005 7:55:50 PM
ASPRunnerPro General questions
author

Anyone know why only some of the columns in my list table sort correctly? Several columns appear to sort, but don't and all records disappear.
Also - a hyperlink appears that reads "WritePagination(1,1);"
Help!

Sergey Kornilov admin 1/24/2005

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 you can post here.