I was trying a similar line of thought when I tried to use page_init in conjunction with FindControl, but I just couldn't get everything I needed to persist.
However, I did find something very interesting. If instead of using a listbox to have
js add items to, I used a textbox to gather the
js info (as an appended string that I would later use Split function on) - it would persist what I added on postback.
I suppose I should have known this going in, but I got frustrated trying to get the %$!#ing listbox to work.
Thanks for your reply! Have a great weekend.