Generate report and download without refreshing (post-back) the page
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to have a set of "export" buttons which generates a different type of report when the user clicks any of these, and then prompts the user to download the generated report (let's say that this report is an xls file). What should I do so that when the user clicks the button, it will not post-back the page and still prompt the user to download? Is there any control that I can use? Thanks.
Rafferty