Re: Client Side changes not refecting server side label

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: ajax (ajadex_at_yahoo.com)
Date: 02/21/04


Date: Fri, 20 Feb 2004 20:56:09 -0800

Sorry,
  I have 2 listbox server controls in my page and I want to interchange items between them. One solution could be make the interchange in the server, another could be make it in the client. When I tried to achieved client solution I made the changes in "select" that result from the "listbox" on the server, and when a post was made it I got the original listbox without any of changes I made.

Thanks for your attention.