Click here to Skip to main content
16,018,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Paul Conrad25-Jul-07 7:48
professionalPaul Conrad25-Jul-07 7:48 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
god4k25-Jul-07 8:19
god4k25-Jul-07 8:19 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
kubben25-Jul-07 8:26
kubben25-Jul-07 8:26 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Dave Kreskowiak25-Jul-07 8:34
mveDave Kreskowiak25-Jul-07 8:34 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Paul Conrad25-Jul-07 8:38
professionalPaul Conrad25-Jul-07 8:38 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
god4k25-Jul-07 8:44
god4k25-Jul-07 8:44 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Dave Kreskowiak25-Jul-07 9:39
mveDave Kreskowiak25-Jul-07 9:39 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Paul Conrad25-Jul-07 9:48
professionalPaul Conrad25-Jul-07 9:48 
Cut the amount of data down as Dave has said. Only pull up the data that the user is going to be using at the moment, and 100,000 rows is not going to be the case. Allow the user to filter the rows he/she is going to need.


"The clue train passed his station without stopping." - John Simmons / outlaw programmer

GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Dave Kreskowiak25-Jul-07 13:46
mveDave Kreskowiak25-Jul-07 13:46 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Paul Conrad25-Jul-07 13:52
professionalPaul Conrad25-Jul-07 13:52 
AnswerRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
martin_hughes25-Jul-07 8:49
martin_hughes25-Jul-07 8:49 
AnswerRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Gyan Jadal25-Jul-07 9:40
Gyan Jadal25-Jul-07 9:40 
GeneralRe: High performance: DataGridView1.DataSource = MyDataTable (100,000 rows) Pin
Dave Kreskowiak25-Jul-07 10:09
mveDave Kreskowiak25-Jul-07 10:09 
QuestionCrystal report dynamically load an image on report document Pin
bemahesh25-Jul-07 6:11
bemahesh25-Jul-07 6:11 
Questionproblem Pin
sarvenaz8425-Jul-07 6:06
sarvenaz8425-Jul-07 6:06 
AnswerRe: problem Pin
leckey25-Jul-07 6:14
leckey25-Jul-07 6:14 
AnswerRe: problem Pin
Luc Pattyn25-Jul-07 6:42
sitebuilderLuc Pattyn25-Jul-07 6:42 
AnswerRe: problem Pin
Dave Kreskowiak25-Jul-07 7:31
mveDave Kreskowiak25-Jul-07 7:31 
AnswerRe: problem Pin
Paul Conrad25-Jul-07 7:35
professionalPaul Conrad25-Jul-07 7:35 
Questionchange a db value of 1 to "Administrator" Pin
Boyd Lowry25-Jul-07 5:53
Boyd Lowry25-Jul-07 5:53 
AnswerRe: change a db value of 1 to "Administrator" Pin
Luis Alonso Ramos25-Jul-07 6:15
Luis Alonso Ramos25-Jul-07 6:15 
AnswerRe: change a db value of 1 to "Administrator" Pin
Eliz.k26-Jul-07 22:13
Eliz.k26-Jul-07 22:13 
QuestionDataGridView and System.ComponentModel attributes Pin
Jon Hulatt25-Jul-07 5:21
Jon Hulatt25-Jul-07 5:21 
AnswerRe: DataGridView and System.ComponentModel attributes Pin
Judah Gabriel Himango25-Jul-07 5:53
sponsorJudah Gabriel Himango25-Jul-07 5:53 
QuestionShred secured folder access Pin
ThaScorpion25-Jul-07 5:15
ThaScorpion25-Jul-07 5:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.