problem with list box

  • Thread starter Thread starter Lian
  • Start date Start date
L

Lian

hi
Hi
I have a problem with list box. Every time I change it and the
Selected Index Changed event is fired the listbox doesn't keep it new
value. I've tried to change it with listbox.SelectedItem .Value but it
doesn't work
 
I'm trying to say this: Are you adding the list items to from a database
lookup or have you hardcoded the items in the ASPX / ASCX markup?
 
Back
Top