Hello,
I have a button on record, on click of that button it should fetch some data and download it in excel for the user.
I have a wcf service which is called on that button for fetching the data.
I need ideas on how to generate and download the file for end user.
Any help ?
Thanks.