I have a checked listbox with some rows in it from a database. If a person
were to delete one or more of the checked items, how would you update the
list to show the deleted items have been removed?
You'd need to rebind it...
How are you currently binding the data to it (code or Datasource Control)?
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
>I have a checked listbox with some rows in it from a database. If a person
>were to delete one or more of the checked items, how would you update the
>list to show the deleted items have been removed?
Andy B - 06 Dec 2007 23:55 GMT
It would be bound with a dataSource control. To be exact, an
objectDataSource.
> You'd need to rebind it...
> How are you currently binding the data to it (code or Datasource Control)?
[quoted text clipped - 7 lines]
>>were to delete one or more of the checked items, how would you update the
>>list to show the deleted items have been removed?