F
Frank
Hi all,
I have a listBox which is filled with data if not isPostBack. Then on client
side, one more item is added to the listBox( using New Option in
JavaScript). Then on a server button click event, I want to retrieve the
newly added item. But it's not there. EnableViewState has been set to true.
I know if I add listItem on the server, it will keep the viewState. But I
want to do it on the client side.
Did I do something wrong?
Thanks a lot.
Frank
I have a listBox which is filled with data if not isPostBack. Then on client
side, one more item is added to the listBox( using New Option in
JavaScript). Then on a server button click event, I want to retrieve the
newly added item. But it's not there. EnableViewState has been set to true.
I know if I add listItem on the server, it will keep the viewState. But I
want to do it on the client side.
Did I do something wrong?
Thanks a lot.
Frank