M
Mel
On a tab I have one DropDownList which requires a postback and two
ListBoxes which do not require any postback because I just have some
javascript, defined in the aspx file, to copy items from one listbox
to the other. All 3 of these controls exist in a table which is
inside an UpdatePanel. When the drop down list value changes and the
postback occurs the data that I had in my listbox control disappears.
How do I fix this?
(using: asp.net 2.0, vb.net, visual studio 2005, winxp pro sp2)
ListBoxes which do not require any postback because I just have some
javascript, defined in the aspx file, to copy items from one listbox
to the other. All 3 of these controls exist in a table which is
inside an UpdatePanel. When the drop down list value changes and the
postback occurs the data that I had in my listbox control disappears.
How do I fix this?
(using: asp.net 2.0, vb.net, visual studio 2005, winxp pro sp2)