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
ta mu
NA
201
81.4k
delete records
Sep 6 2013 2:04 PM
i am using this code to delete recoeds but it only delete record from datagridview i
also want to delete that record from database. plz help
foreach (DataGridViewRow row in dataGridView1.Rows)
{
foreach (DataGridViewRow item in this.dataGridView1.SelectedRows)
{
dataGridView1.Rows.RemoveAt(item.Index);
}
Reply
Answers (
4
)
Please help to solve this query by linq
TextBox visibility