Hi All
I know this should be easy but for some reason I can't seem to get this to work. I've made a sharepoint web part that contains a webgrid and a excel export button. The problem is the export doesn't save the file anyway and now download dialog starts. I've search the HD for the excel file and I can't find it.
I've added a exporter object to the Controls and I've set the download name. The Grid has data in when the exporter is called. I've added a watch in the EndExport() event and it does happen. So where is the file?
Any help will be much appreciated.
Thanks
No I'm trying to save it on the browser PC. As far as I understand from what I've read, it's as simple as just saying "Export(grid)". No dialog appears on the client side and there isn't a file on the server either so I don't know what it did.
So you are trying to save the file on the browser machine rather than the server machine? You are getting a dialog asking you to download the file?