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
Karan Gupta
NA
29
14.9k
how Insert data in table using data datagridview
Apr 7 2015 4:52 PM
hiii friends
project spacification
- windows form application in c#
- sql database (service based)
example-
i have datagridview with checkbox and one DELETE button in my project . and i have 2 table in my database. table1 and table2 both of table have same number of column and same datatype.
in datagridview i'm displaying the data of table1. i want to perform a DELETE operation and after deleting that data from table1 it should be moved in table2 abd have have to be delete from its origion table1.
i have created it but what happening after if i'm selecting 3 rows ... 1st row moving in table1 to table2 but after that another
2rows are not moved in table2.
i'have attached my code below.
Reply
Answers (
1
)
How to deploy C# project with database using VS2013?
Passing data from Page2 to Page1