listbox problem
-
Hi.. I have two asp:ListBox tag in a select.aspx page. Then users select items from first asp:ListBox push a simple button to pass them to a second asp:ListBox. I made pass action by using javascript and dhtml. When the page is posted by an asp button, always the socond box comes emtyp so I could not get selected items. Why aspx do not get control filled by javacript.
karanba
-
Hi.. I have two asp:ListBox tag in a select.aspx page. Then users select items from first asp:ListBox push a simple button to pass them to a second asp:ListBox. I made pass action by using javascript and dhtml. When the page is posted by an asp button, always the socond box comes emtyp so I could not get selected items. Why aspx do not get control filled by javacript.
karanba
It's to do with viewstate AFAIK - javascript makes no changes to it, and so when you post back, as far as vs is concerned, nothing has changed.
"Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox