E
Emmanuel
hi,
I have an ASP.NET dropdownlist filled with some ListItems. At the client
side the user can add more list items to the same dropdownlist through a
series of javascript functions.
The problem is that the items added at the client side are not available on
the server side when postback occurs. While i understand this could be a
problem caused by the ViewState i don't know how i could obtain the values
added by the user and render them back to the client once postback is done.
Anyone can help please?
regards,
I have an ASP.NET dropdownlist filled with some ListItems. At the client
side the user can add more list items to the same dropdownlist through a
series of javascript functions.
The problem is that the items added at the client side are not available on
the server side when postback occurs. While i understand this could be a
problem caused by the ViewState i don't know how i could obtain the values
added by the user and render them back to the client once postback is done.
Anyone can help please?
regards,