DataGridView and RowIndex

  • Thread starter Thread starter hngo01
  • Start date Start date
H

hngo01

All,

I have 2 questions:
1 - i am using DataAdapter to fill my dataset and then feed my dataset to my
Datagridview to display data on my form. Why it takes little slow to display
about 10,000 records?
2- From that DatagridView, i double click to go to my record detail...When
I finished in the details form, i want to go back to the position that i left
off (ex: In that Datagridview, i pick middle one, then goto details, when i
finish in detail form, i want to go back the middle position.)
Thanks
 
Because everything that has to do with painting goes mostly slow, what kind
of display adapter do you use, is that extremely fast?

Cor
 
i am not sure the kind of display adapter you're taking about...
can you give me some advice on question number 2. thanks
 
Back
Top