Home All Groups Group Topic Archive Search About
Author
9 Sep 2006 4:34 PM
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,

Author
9 Sep 2006 4:51 PM
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
Author
9 Sep 2006 4:55 PM
Gabriel
> maybe again, by code set datasource = arraylist

Of course, I tried but not work.

Thanks,
Author
9 Sep 2006 5:05 PM
Mrozu
> Of course, I tried but not work.

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

Mrozu
Author
9 Sep 2006 5:11 PM
Gabriel
> it's very strange. are you sure that new records are in arraylist?

yes.