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
Demir Acar
NA
98
25.3k
Compare datagrid rows
May 22 2014 3:05 AM
Hi dear ;
I wanna compare datagrid rows and then make do something .
For Example ;
Number Name
90 ABC
80 XYZ
60 XXX
90 ABC
for (int i = 0; i < dataGridView1.Rows.Count; i++)
if (dataGridView1.Rows[i].Cells[0].Value == dataGridView1.Rows[i].Cells[0].Value)
{
//Do Something//
}
else
{
//Do Something//
}
}
}
}
Reply
Answers (
15
)
Evento Boton "Imprimir" ReportViwever
Splitting the PDFs file.