View Single Post
Join Date: Nov 2004
Posts: 259
Reputation: sam1 is an unknown quantity at this point 
Solved Threads: 1
sam1's Avatar
sam1 sam1 is offline Offline
Posting Whiz in Training

listbox and selectedvalue urgent

 
0
  #1
Dec 1st, 2008
hi,

I am trying to add a value to listbox. i use lstlistbox.items.add(new listitem(value)).

this adds it fine in click event of button, but i need to use the selectedvalue of the listbox again in same event.

as the listbox item doesnt show i cant use selectedvalue. is there a way to first populate the listbox with its selected value then somehow use the value.

thanks
Reply With Quote