TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Khushboo Kumari
NA
112
14.5k
upload excel and store into database using mvc 5
Dec 25 2017 5:45 AM
can you some one please direct me how to resolve the issue.
i am building an application that upload the excel file and read the data from excel and store the value into database in mvc 5 c# .
but i am getting error on
var adapter = new OleDbDataAdapter("SELECT * FROM [Sheet1$]", connectionString);
var ds = new DataSet();
adapter.Fill(ds, "ExcelTable");
getting error on adapter.Fill(ds,"ExcelTable");
Reply
Answers (
6
)
how to plot graph from data base in asp.net
Method must have a return type