A
adebiasio
Hello. I have in my application a user control that list account
information like name and balances. This user control can be
initialized several times in my application. The account information
can change various ways.
My question is would can I update multiple instances of this control
with the updated data. When an instance is intialized in the Sub New
event I retrieve the present data from the database. My user control
contains a listbox. If for example, in one instance of the listbox I
change the label of the name of the account, how can the other
instances be updated.
I was reading up on the backgroundworkder process to see if it would
be of any help. Do you think I am on the right track?
Thanks!
information like name and balances. This user control can be
initialized several times in my application. The account information
can change various ways.
My question is would can I update multiple instances of this control
with the updated data. When an instance is intialized in the Sub New
event I retrieve the present data from the database. My user control
contains a listbox. If for example, in one instance of the listbox I
change the label of the name of the account, how can the other
instances be updated.
I was reading up on the backgroundworkder process to see if it would
be of any help. Do you think I am on the right track?
Thanks!