DataGridView and RowIndex

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
 
C

Cor Ligthert[MVP]

Because everything that has to do with painting goes mostly slow, what kind
of display adapter do you use, is that extremely fast?

Cor
 
H

hngo01

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top