bradj
Posts: 4
|
| Posted: 04/06/2005, 1:11 PM |
|
It appears that the search page completes a search prior or as it is rendering. Is this correct? If so, is there a way to turn off the search until the form renders to speed up the rendering of the search form.
|
 |
 |
Diesel
Posts: 43
|
| Posted: 04/07/2005, 1:30 AM |
|
More detail.... please
|
 |
 |
bradj
Posts: 4
|
| Posted: 06/15/2005, 7:05 AM |
|
The page with search and datagrid are the issue here. I have the grid visible property to false. I have tested and determined that the grid still runs the database querry even though it is not visible. The reason to make the grid not visible was to stop the querry which carries a lot of data and slows the page rendering.
So, I need to find a way to stop the querry from running to speed up the rendering of the page. I am using version 2.3.2.24 Code Charge Studio.
|
 |
 |
Nicole
Posts: 586
|
| Posted: 06/15/2005, 7:36 AM |
|
Hello,
You can set a default value for one of search parameters in grid’s Data Source dialog so empty recordset is returned for a first page load.
_________________
Regards,
Nicole |
 |
 |
bradj
Posts: 4
|
| Posted: 06/15/2005, 9:32 AM |
|
Thanks Nicole. That is a good recommendation. I will give it a try.
|
 |
 |
|