I've posted this question earlier, I hope someone can post reponse.

I have an intial page for user to select fields they need and a button to submit which
will call another asp page that use aspdb to display the data. I have a download button
for users to download.
The users can select up to 200 fields and more than 1000 records returned, it takes a
few minutes to get the result displayed on the screen and the same amount of time to do
the download.
My question is whether I can let the users do the download without having to display the
data on the screen. In other words, put a button on my inital page which can call aspdb
download just like the download button on the aspdb.


iw