I have managed to get a drop-down to load a datagrid based on selection and need some way to get the data out of the webpage to a file, be it Excel of CSV, etc. I know in the “old” ASP world you can set the output of a table to the MIME type and have the results auto-load. (hope that makes sense…)
Is there a similar feature with .NET? I am in a morass of config conflicts trying to get what i have to attempt to load to Report Server (which I prefer as Access-style grouping may be called for) but at the moment a simple, clean, export ThisTable to a file will be a big win. BTW, I have had significant problems getting .NET to work so that other people can at least load a page from my dev server. Any suggestions on what to do there will also be hugely appreciated!
TIA