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
Anthony Clarke
NA
127
0
Please help - datagridview
Dec 11 2010 12:37 PM
Hi,
I want to populate a datagrid view with quite a bit of random data but dont want to have to keep using
datagridview.columns.add("etc")
datagridview.rows.add("etc")
a few hundread times and was wondering whether there is a quick method for this.
Something like
for (int i = 0; i < int 100; i++;
{
datagrid.columns.add("1", "2", "3", "4")
datagrid.rows[i].add(rnd 10000)
}
Thank you for your time
Regards
Anthony
Reply
Answers (
5
)
Threading to refresh my screen
Trouble with my variable conversion