hello all,
nameindex = lstname.SelectedIndex
lstscore.Items.Remove(nameindex)
lstage.Items.Remove(nameindex)
lstscore.Items.Remove(nameindex)
lstpassword.Items.Remove(nameindex)
for some reason, when i play this program, it wont delete the selectedindex item number, say 11. when i click delete, it wont delete the 11th data input. in fact, it wont do anything - am i using the wrong code? please help!
thanks
plutonyum
nameindex = lstname.SelectedIndex
lstscore.Items.Remove(nameindex)
lstage.Items.Remove(nameindex)
lstscore.Items.Remove(nameindex)
lstpassword.Items.Remove(nameindex)
for some reason, when i play this program, it wont delete the selectedindex item number, say 11. when i click delete, it wont delete the 11th data input. in fact, it wont do anything - am i using the wrong code? please help!
thanks
plutonyum