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

iam using sql server 2008 and asp.net4.0


in sql server iam having table employee with columns
SQL
empid          int
empname        varchar(50)
designation    varchar(50)
salary         money


iam having same columns in excel sheet(empid, empname, designation, salary).

in asp.net iam getting this excel sheet through fileupload control and iam having save buuton when i clicks on its it has to store in sql server


please can you help me
Posted
Updated 5-Dec-11 20:26pm
v3
Comments
[no name] 6-Dec-11 2:21am    
EDIT: added "pre" tag and code block
D K N T H 6-Dec-11 2:26am    
added tags

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