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
Arnold Petrona
NA
159
0
Loop, Timer & datagridView
Jul 25 2008 6:33 PM
I have a Timer that managed the loop. In the loop I have datagridview.Rows.Add( b, a);
The code of the loop is as follow:
int n = 5
for ( int m=0; m<=n ; m++)
{
datagridview1.Rows.Add( b, a) // Just an example
}
With the timer the datagridview will be filled up.
Mine Question is: What Can I do that after the 5 loop it start back on the first
Row of the DatagridView?
It look like overwrite the first 5 Rows that came up. I have too look only 5 rows in the run time
Reply
Answers (
1
)
How to change a label on Form1 from Form2?
Runtime Code Compiler