"Gunnar Stefansson" <gunnar@vefur.is> wrote in message
news:O9OeXaUQDHA.2320@TK2MSFTNGP12.phx.gbl...
> Hihi
>
> I'm using aš <asp:listbox /> and adding items in it with
> client side javascript. When i submit the code and try
> to get the items out of it. It seems like the form is posted
> before and the form does not remember it's items.
The ASP.NET server will not know about your client-side
items, and therefore can not handle their information.

Either add your items with a server-side script, or do
some clunky Request.Form processing...

--

Jos Branders