Click here to Skip to main content
15,896,349 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Is there a way that I can allow the user to click a button on a classic asp page and download the grid contents to a file? I am currently redirecting them to and export page and having to re connect and download the same contents from SQL all over again.
Is there a way to use the existing record set on a page to output the file?
Posted

1 solution

You need javascript grid: like this[^]

There may be other examples - Google is your friend.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900