Urgent!!!!! Remove Items from a <Asp:Listbox> thru javascript

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI

Does any one know hot to remove selected items from a Listbox.

Any sample code?

Thx
Sileesh
 
You should be able to get the selected index in the postback and either
..Delete (or is it .Remove) or iterate through the contents clearing them all
then readding only the unslected ones.
 
Nevermind....from your other post you aren't doing this with a postback or
ANY server code....
See my reply to your other post
 
Back
Top