I have a question about the download feature.
I have a page that let the user select data elements (fields) and a submit button. The submit button leads to another asp page which uses asp-db to display the requuested data.
The user has the option to download the data.
The problem is once the user clicks the download button and get the CSV file and then click the browser's back button to make another selection the asp-db will try to download the result instead of displaying it on the screen.
You can try the EMB-03 example. Once you do the download and try to go to the same example it will try to download instead of display the example page on the screen.