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

I want to upload a excel file to a folder and fetch it's value to the formview.
This i am able to do using windows service but can it be done in aspx page without using windows service.
Posted

1 solution

You should import your sheets into a DataSet object, and then bind it to a GridView.

Take a look at those links:

Excel Sheet to DataSet: link_1^]

Bind DataSet to Gridview: link_2[^]

Thanks,
-RG
 
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