G Guest Nov 4, 2004 #1 HI Does any one know hot to remove selected items from a Listbox. Any sample code? Thx Sileesh
C Curt_C [MVP] Nov 4, 2004 #2 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.
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.
C Curt_C [MVP] Nov 4, 2004 #3 Nevermind....from your other post you aren't doing this with a postback or ANY server code.... See my reply to your other post
Nevermind....from your other post you aren't doing this with a postback or ANY server code.... See my reply to your other post