Hi,
1. if you know when the collection changes (by event or smth) you can set
ListBox.datasource = null, then set it again to collection
> Hi folks,
>
[quoted text clipped - 11 lines]
> To note, there is such method named DataBind() in ASP.NET for each Web-based
> control.
George Jordanov Ivanov - 17 Jan 2005 07:43 GMT
Hi Daniel,
I tried this approach but I find it more like "hack" instead of clear fix of
the problem. Just for the test, try to have more items in the list box (like
10000 for instance) and you will see a terrible blinking on the UI (cased by
the clearing up and then populating the whole list box again).
Thanks for the suggestion, though.
Regards,
George Jordanov Ivanov
> Hi,
>
[quoted text clipped - 19 lines]
> Web-based
>> control.