I can make the excel file within a WebMethod easily enough, but what should the WebMethod Function be to be able to send the file to the client?
I'd like to jQuery .get (or whatever is required) the file from a WebMethod, but I don't know how the function should export.
Looked for "as binary", but didn't see anything like that.
My site is jQuery/AJAX/.NET WebMethod, and I'd like to avoid server side scripting. If there's a better method than what I'm trying to do, please suggest that instead.
Thanks in advance!
