Click here to Skip to main content
15,929,812 members
Home / Discussions / C#
   

C#

 
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 
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 
The DataGridView can be a pretty slow control to render large amounts of data, and as noted by others, it looks as if you're getting pretty good performnace. However, performance, and the illusion of performance are not quite the same thing.

If your application looks as if it has hung during this 8-9 second load, then users might suspect it as having crashed. In which case, you might like to have this loading happening in a different thread, at least that way you can update the UI with a natty progress bar or similar. Taking this approach, however, may actually slow down the load - but the user will probably think it works more quickly than if the screen just locks up.




"It was the day before today.... I remember it like it was yesterday."

-Moleman


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 
AnswerRe: Shred secured folder access Pin
Dave Kreskowiak25-Jul-07 7:28
mveDave Kreskowiak25-Jul-07 7:28 
Questionuser's current wallpaper Pin
likefood25-Jul-07 4:28
likefood25-Jul-07 4:28 
AnswerRe: user's current wallpaper Pin
ashukasama25-Jul-07 4:53
ashukasama25-Jul-07 4:53 

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.