ListBox EnableViewState=true?

  • Thread starter Thread starter anon
  • Start date Start date
A

anon

hi,
I have a Listbox which gets populated based on some user selections on
the end of a page....i use this information to perform some database
actions in another postback of this page....so i have set the
enableviewstate of the listbox to true, however in the postback portion,
if i do a listbox.items.count(), it always returns 0 and thus the
viewstate is not setting to true...any solution to this?
any suggestions are greatly appreicated...
thanks
 
Back
Top