I'm having problems with a postback event containing an empty listbox.
I have a page in which i populate a listbox via JavaScript, after which i want to submit this information to a database. Clicking the button to trigger my VB code the listbox.items.c ount = 0 and this is a found at the top of the page_load in the debugger. EnableViewState =True and i can't think what else my be causing it.
please any help is really appreciated
I think my problem is similar to this one
http://www.thescripts. com/forum/thread339231.ht ml
Edward
I have a page in which i populate a listbox via JavaScript, after which i want to submit this information to a database. Clicking the button to trigger my VB code the listbox.items.c ount = 0 and this is a found at the top of the page_load in the debugger. EnableViewState =True and i can't think what else my be causing it.
please any help is really appreciated
I think my problem is similar to this one
http://www.thescripts. com/forum/thread339231.ht ml
Edward
Comment