Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Listbox Selected Items


Message #1 by "Ajay Jain" <ajain@i...> on Fri, 20 Sep 2002 13:29:18 -0400
Hi,

How can I retrieve values from the list boxes. The list box is getting
values from a query and is bound to column 1 . Eg

The list box displays

AAA
BBB
CCC
DDD

and  the data values are
10
11
12
13

I want to retrieve the selected rows of list box i.e. the description of
selected items
BBB
CCC

Thanks
Ajay


  Return to Index