Guys,
I have a ListBox server control whose items are changed (added/removed) in the client by javascript. I'm aware that javascript changes live on the client only and server code is unaware of them. However, I need to save the client changes on the server and thus my server code needs a way to access them. Can anybody tell me how to implement this? In other words, how can I send the items in the ListBox to the server given the fact that the items were added through javascript?
Thanks!
JC
I have a ListBox server control whose items are changed (added/removed) in the client by javascript. I'm aware that javascript changes live on the client only and server code is unaware of them. However, I need to save the client changes on the server and thus my server code needs a way to access them. Can anybody tell me how to implement this? In other words, how can I send the items in the ListBox to the server given the fact that the items were added through javascript?
Thanks!
JC