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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top