Hi Everyone,
I'm tring to display a large of data to webpage. I use loop statement: for i = 0 to rcdlength-1 ... next. If the data has more than 520 records, it display error page: page unavailiable. Someone told me to put response.flush inside the loop before every next statement. It works but takes a long time to display the page. Does anyone know this kind of problem? Do you have any solution?
Please help!
Thanks ahead!!
Jade C
I'm tring to display a large of data to webpage. I use loop statement: for i = 0 to rcdlength-1 ... next. If the data has more than 520 records, it display error page: page unavailiable. Someone told me to put response.flush inside the loop before every next statement. It works but takes a long time to display the page. Does anyone know this kind of problem? Do you have any solution?
Please help!
Thanks ahead!!
Jade C