P
Peter Kirk
Hi there
I have a repeater which I bind to an arraylist (and the list is displayed on
my page). The list is data fetched from a database.
During a postback from another control, for example from a dropdown on the
page, is the state (contents) of the repeater and arraylist maintained
(maybe the ViewState handles this?) ? Or do I need to re-populate the
arraylist and bind the data again to the repeater?
Thanks,
Peter
I have a repeater which I bind to an arraylist (and the list is displayed on
my page). The list is data fetched from a database.
During a postback from another control, for example from a dropdown on the
page, is the state (contents) of the repeater and arraylist maintained
(maybe the ViewState handles this?) ? Or do I need to re-populate the
arraylist and bind the data again to the repeater?
Thanks,
Peter