Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

VS2010, VB.net

i have a button that is on an asp.net page.
when the button is clicked, it should pull out the data from table ABC, convert it into an .xls file and display it on the clients PC.

i am able to export the data and save the data on the server but not able to automatically open the xls file on the clients PC
Could anyone help me on this one?

thanks
Joe
Posted

well i got this done successfully.
but in a different approach.
i save all the required data in a code generated excel file in the server.
and then applied a link for the users to download the excel file.
works perfectly fine.

thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900