Olivier
|
| Posted: 01/23/2003, 11:50 AM |
|
I just created an employee directory with CCStudio (ASP)and everything works fine but I don't want the application to start by listing all employees in the grid.
I checked the example online (http://examples.gotocode.com/apps/empldir/asp/) and it is doing the same.
what need to be done in order to start the application without listing all employees unless it has been specify in the search box?
Thank you
|
|
|
 |
RonB
|
| Posted: 01/23/2003, 12:28 PM |
|
set a default value for the parameters of the grid. Mysql, for exampla starts auto increment at 1 so if you give the parameter a default value of 0 the grid will stay empty until the search returns a valid value.
Ron
|
|
|
 |
|