Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i want to Accept only .CSV files in front end (in file upload control) and if i click "Upload" button(button control) the uploaded CSV file will be saved in Database as created table with column's atomatically in Database. as

table_name=uploaded file_name
first row of the file= column's of the table in Database automatically.


please some one help me in this regard's. give full programming code as i am using Microsoft Visual Studio 2010 and SQL Server 2008.
Posted
Comments
DaveAuld 3-Oct-12 2:42am    
What have you tried. "Give full programming code" I think not, that is not how it works...

1 solution

Hi,

Please check into the below link.

http://amitpatriwala.wordpress.com/2008/08/27/upload-csv-file-and-read-using-aspnet/[^]

Here you just need to add some code to save data into database.
 
Share this answer
 
v3

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