Not if the listbox is being re-created from viewstate (which is probably
what's happening). The only solution I know of is when the submit button is
clicked, to highlight all items in the listbox and use good'ol Request.Form
to access the values..
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/
"Henrik Holle" <ho***@folter.org> wrote in message
news:OZ**************@TK2MSFTNGP15.phx.gbl...
Hi,
i have a serverside listbox but i modify the value with javascript on the
clientside. On postback my changed/added values are all lost? what am i
doing wrong? Is it not possible to change the listbox content on the
clientside?
regards
henrik