Sean
|
| Posted: 07/29/2002, 11:15 AM |
|
I've got a search/results page in asp (the search works). When the page initially loads, it shows all records. I've tried ticking 'Required' on the search box fields, but then when you search it returns nothing. Ideas?
|
|
|
 |
Ron
|
| Posted: 07/30/2002, 7:49 AM |
|
Sean,
to make result grid display 'NO records' when page is loading first time (Search form wasn't submitted), select Required flag for one of the Input parameters on the Grid form.
Or hide Grid form at all: http://www.gotocode.com/art.asp?art_id=54&
P.S. both solutions are for CC
|
|
|
 |
|