VMM
07-26-2005, 01:28 PM
Hello,
I have tried to find a way to open an asp page ,that gets information from the database, without it loading the whole code at the same time. I haven't found such an information.
I have a text box in the beginning of the page. The user writes some text in it and the program gets information from the db based on what the user wrote to the text box.
Now, the DB is huge and when I open the page all the information are printed to the page. I have tried to get it work in such a way that when the page is opened..only the text box is shown in the page.
The text box is in the same page like the rest of the code, but it is in different form.
How can I get the code stopped before it goes in to the DB?
I have tried to find a way to open an asp page ,that gets information from the database, without it loading the whole code at the same time. I haven't found such an information.
I have a text box in the beginning of the page. The user writes some text in it and the program gets information from the db based on what the user wrote to the text box.
Now, the DB is huge and when I open the page all the information are printed to the page. I have tried to get it work in such a way that when the page is opened..only the text box is shown in the page.
The text box is in the same page like the rest of the code, but it is in different form.
How can I get the code stopped before it goes in to the DB?