G
Guest
Hi,
I have a listbox (in a user control) which has items add/removed via
javascript (i.e. an "add item" link which uses a popup selection screen to
add items and a "remove item" link which deletes any selected row(s)).
There is a strange problem that when I inspect the list of items during a
postback the list appears to be empty (even though I added items). I noticed
that when I multiselect one or more items, only those selected items are
posted back!
What the heck is going on?! I'm not doing any other processing that may be
related to this problem.
Thanks
I have a listbox (in a user control) which has items add/removed via
javascript (i.e. an "add item" link which uses a popup selection screen to
add items and a "remove item" link which deletes any selected row(s)).
There is a strange problem that when I inspect the list of items during a
postback the list appears to be empty (even though I added items). I noticed
that when I multiselect one or more items, only those selected items are
posted back!
What the heck is going on?! I'm not doing any other processing that may be
related to this problem.
Thanks