G
George Jordanov Ivanov
Hi folks,
I have the following problem. I have a nice-and-tidy ListBox control, which
is bound to another nice-and-tidy strongly typed collection.
But when the collection changes (for example I have added a new item to it
from another location), I want to notify the control to re-bind to its
up-to-date data. How can I do this in Windows Forms?
Thanks in advance.
Regards,
George Jordanov Ivanov
To note, there is such method named DataBind() in ASP.NET for each Web-based
control.
I have the following problem. I have a nice-and-tidy ListBox control, which
is bound to another nice-and-tidy strongly typed collection.
But when the collection changes (for example I have added a new item to it
from another location), I want to notify the control to re-bind to its
up-to-date data. How can I do this in Windows Forms?
Thanks in advance.
Regards,
George Jordanov Ivanov
To note, there is such method named DataBind() in ASP.NET for each Web-based
control.