> Is there a way to add items on a listbox from a client and postback the new
> items on the server?
No. The <select> element only sends back the selected option.
You can send things from the client to the server in query string
parameters, hidden input fields or cookies.

Signature
John Saunders
Internet Engineer
john.saunders@surfcontrol.com
Dave Rothgery - 25 Sep 2003 17:00 GMT
> > Is there a way to add items on a listbox from a client and postback the
> new
[quoted text clipped - 4 lines]
> You can send things from the client to the server in query string
> parameters, hidden input fields or cookies.
I think one of the controls Andy Smith put up at Metabuilders.com will do
what he's looking for.

Signature
Dave Rothgery
drothgery@alum.wpi.edu
Andy Smith - 25 Sep 2003 21:23 GMT
Indeed,
http://www.metabuilders.com/tools/DynamicListBox.aspx
__
Andy Smith
>-----Original Message-----
>
[quoted text clipped - 9 lines]
>I think one of the controls Andy Smith put up at Metabuilders.com will do
>what he's looking for.