Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i want to download the data present in web page and store it to text/csv/excel file. can you please help me. i need to do this coding using web services in asp.net.
Posted

1 solution

Hi,
data present in web page means exactly what ?
Create web service and write procedure in that to like export_data_execel etc.
then compile the code and add the web reference to your main project.
 
Share this answer
 
Comments
Nabin Nik 18-Sep-13 4:20am    
S.No Date&Time Details Resources
1 03 July 2013, 09:30 AM View View
2 03 July 2013, 11:10 AM View View
3 10 July 2013, 09:30 AM View View
4 10 July 2013, 11:10 AM View View
5 17 July 2013, 09:30 AM View View
6 17 July 2013, 11:10 AM View View
7 24 July 2013, 09:30 AM View View
8 24 July 2013, 11:10 AM View View
9 31 July 2013, 09:30 AM View View
10 31 July 2013, 11:10 AM View View


This is the data that is present in the table in webpage. This data is being fetched from database and is displayed on the GUI. I want to store the same data to the text file by making use of the download button and download dialog box.

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