This topic is locked
[SOLVED]

 Display

3/21/2003 9:51:10 AM
ASPRunnerPro General questions
author

I have tried the code for not display any record as default
if Request.Form="" then

strSQL="select * from "strTableName & "where 1=0"
itself works fine, but the page lost the paging on the bottom, if I deleted the code being added, I can get full records displayed but the paging on the bottom did not come back. Did I get something wrong?

admin 3/21/2003

Michellle,
paging on the bottom appears only when your search returned more records then allowed to be displayed on the page.
If something is broken while you modified files you always can rebuild pages from the scratch.
Sergey Kornilov