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
yesubabu k
1.1k
644
62.8k
inserting excel rows to database through gridview
Nov 25 2016 5:39 AM
Sir,
I am facing a problem with inserting
i hevea excel file wth 5 columns so those 5 are save in to my database in windows application
DataTable dt = dbFunctions.getTable("pr_Upload_AMC_Details '" + dataGridView1.Rows[i].Cells[1].Value.ToString() + "',''" + dataGridView1.Rows[i].Cells[2].Value.ToString() + "'',''" + dataGridView1.Rows[i].Cells[3].Value.ToString() + "'','" + DateTime.Parse(dataGridView1.Rows[i].Cells[4].Value.ToString()).ToString("dd-MMM-yyyy") + "',''" + DateTime.Parse(dataGridView1.Rows[i].Cells[5].Value.ToString()).ToString("dd-MMM-yyyy") + "'','" + dataGridView1.Rows[i].Cells[6].Value.ToString() + "'");
Reply
Answers (
2
)
Install and Uninstall Window service in windows Setup file
add radio button column in gridview