javascript and code behind

  • Thread starter Thread starter oxwood
  • Start date Start date
O

oxwood

Hello All!

I'm trying to wrestle with what seems to me to be a simple concept but
has been frustrating trying to implement. I have asp.net page with 2
listbox controls. The first is populated on page load. I'm using
javascript to select items from the first and enter into the second -
I do this to avoid postback. The problem is in the code behind, the
second listbox does not contain any of the items that I had inserted.
I view the html page source and the second listbox is empty but the
html page clearly displays items! Please help shed some light on
this. Thanks!
 
Back
Top