My page loads just fine when the results come up, but when you try and go to page 2 I get this error:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
results.asp line 179
Here is line 179:
If Not oData.EOF Then <<---Line 179
oData.MoveFirst
oData.PageSize = NumPerPage
TotalPages = oData.PageCount
'Set the absolute (current) page
oData.AbsolutePage = CurrentPage
End If
I dont understand what is going on...Can anyone help?
Jared Wuliger
jared@oxcyon.com
www.oxcyon.com