Generating CSV files
-
Is there a way to control what a page saves as? I have code that queries and returns CSV data but it prompts to save as PageXXX.aspx. Is there a way to get this to save as Report.csv... ? I did this once in ASP, don't remember now... X| *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
-
Is there a way to control what a page saves as? I have code that queries and returns CSV data but it prompts to save as PageXXX.aspx. Is there a way to get this to save as Report.csv... ? I did this once in ASP, don't remember now... X| *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
Where/How are you trying to save the data? You should open up a filestream and save the data to that if your saving server side.