A
Azmarae
Hi,
I've got an html Select box on the client side for which I add the
Options/items on the client side. The options are created dynamically
through textbox and button controls on the same page.
When I submit the page, I want to be able to read all the
Options/items added to the select box. However, I do not see the
changes made. I keep seeing an empty select box from the server.
How can I pass the new options/items to the server side. Keep in mind
that I'd like to pass all the items for that select box and not just
the selected ones.
Thanks.
I've got an html Select box on the client side for which I add the
Options/items on the client side. The options are created dynamically
through textbox and button controls on the same page.
When I submit the page, I want to be able to read all the
Options/items added to the select box. However, I do not see the
changes made. I keep seeing an empty select box from the server.
How can I pass the new options/items to the server side. Keep in mind
that I'd like to pass all the items for that select box and not just
the selected ones.
Thanks.