This is probably pretty basic, but I have little experience with client-side scripting. I am trying output a csv file to the client without going back to the server.
The scenario is something like:
1. User requests data.
2. Data is displayed.
3. User wants to download data.
4. Download data to the user using entirely client-side scripting.
I have it working by making a trip back to the server and streaming the content back as excel or csv. Any help is appreciated. Thanks.
The scenario is something like:
1. User requests data.
2. Data is displayed.
3. User wants to download data.
4. Download data to the user using entirely client-side scripting.
I have it working by making a trip back to the server and streaming the content back as excel or csv. Any help is appreciated. Thanks.