Refresh DataGrid

G

Gabriel

Hello,

I'd like to refresh a DataGrid in VB.NET (2003).

I assigned to the datasource property an arraylist, when I add the first
one, I can see it.

But after, when I add more records in the arraylist, I see only the first
one. In the arraylist there are more than 1 entry

Is there a refresh to do ? which method ?

thanks,
 
M

Mrozu

Gabriel napisal(a):
Hello,

I'd like to refresh a DataGrid in VB.NET (2003).

I assigned to the datasource property an arraylist, when I add the first
one, I can see it.

But after, when I add more records in the arraylist, I see only the first
one. In the arraylist there are more than 1 entry

Is there a refresh to do ? which method ?

thanks,

maybe again, by code set datasource = arraylist

Mrozu
 
G

Gabriel

maybe again, by code set datasource = arraylist

Of course, I tried but not work.

Thanks,
 
M

Mrozu

Of course, I tried but not work.

it's very strange. are you sure that new records are in arraylist?

Mrozu
 

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