Import Excel/Text files in ASP.NET?

Atif

New member
I want that user can upload an Excel/Text file in a website.Then all escel data should load to a dataset the dataset bind to the gridview.the dat of grid compare with the inventory file of webserver sql tables. matched data should shown in the gridview. when user finalized the data all data of gridview saved into slq database. and the second thing that user directly copy the excel data and paste it to the gridview and when finalized tha data the data saved into sqlserver database.
 
Back
Top