Hello everyone,
I have a table with 1.000.000 rows. I'm trying show It in a DataGridView put my application is breaking during this operation.
What I must do??
Hello everyone,
I have a table with 1.000.000 rows. I'm trying show It in a DataGridView put my application is breaking during this operation.
What I must do??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sergio FonsecaPosted Apr 29, 2008, 5:52 PM
System.Threading.
Thread YourThread = new System.Threading.Thread(new System.Threading.ThreadStart(VoidToStartAt));YourThread.Start();
Also I'm adding you xP
renan paivaPosted Apr 29, 2008, 4:15 PM
I'm beginer too and I know less than you, how a make the fill in another thread I don't know work with threads.
Thank you every help to me is very important, always add some knowledge
if you want talk please add me in msn [email protected]
always is good make new friends
Sergio FonsecaPosted Apr 29, 2008, 3:24 PM