In an ASP.NET web application, I am using the standard list box server control and I am adding items to with client side script. When the page posts back, the added items are not available on the server.
What do I have to do to make the items available on the server after a post back
What do I have to do to make the items available on the server after a post back
Comment