S
Scott324
Need some help guys:
I have two list boxes that I am moving LI's back and forth. I
initially fill listboxA with a datareader. I move any/all/some/etc
items from listboxA to listboxB. I then cannot loop through items in
listboxB on the server. It acts as if the items were never really
added even though I can access them through JavaScript.
Both the listboxes are server controls. I am not reinitializing the
listboxes when trying to loop through.
Is there a way via Javascript to make the server think the li's have
been moved.
One other side note. Serverside the count on listboxA never changes
even if I move all items to listboxB.
If there is no way to do it, can someone give a good thorough
explanation of Why not!!!
Thanks
Scott
I have two list boxes that I am moving LI's back and forth. I
initially fill listboxA with a datareader. I move any/all/some/etc
items from listboxA to listboxB. I then cannot loop through items in
listboxB on the server. It acts as if the items were never really
added even though I can access them through JavaScript.
Both the listboxes are server controls. I am not reinitializing the
listboxes when trying to loop through.
Is there a way via Javascript to make the server think the li's have
been moved.
One other side note. Serverside the count on listboxA never changes
even if I move all items to listboxB.
If there is no way to do it, can someone give a good thorough
explanation of Why not!!!
Thanks
Scott