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
Israel
631
1.3k
217.3k
Five records to display on the label
May 9 2020 11:29 AM
Hi,
I have a table, datagridview and a label on my form.
I need to display five records on my label one by one with 2 segunds of interval between them. How can I do?
ID | each_number
______________
1 1
2 2
3 3
4 4
5 5
if
(e.RowIndex >= 0)
{
DataGridViewRow row =
this
.dgvPGC.Rows[e.RowIndex];
if
(dgvPGC !=
null
)
lblNumber.Text = row.Cells[
"each_number"
].Value.ToString();
}
Then to display it as I said before on the label I need to click on a button.
Reply
Answers (
2
)
linq to filter records
I want to skip the Cover Page from count the page numbers