• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

List Box problem

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a list box which contains 2 different type of values. one is comming from array1 these are previously selected values and second comming form array2 these previously unselected values.

when i select the value in list box that value goes to other page and get the report corresponding that value. It's working fine.

Now my question is, i want to give the control only selected values that values will be goes and get the report not for all values.

HOW TO IDENTIFY, SELECTED VALUES AND UNSELECTD VALUES FROM SINGLE LIST BOX
THE SELECTD VALUES CONTAINS BLUE COLOR AND UNSELECTED VALES CONTAIN TEXT GREY COLOR.

HELP ME ...

BYE
DEVA



But
ex:
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you need to compare the selection with the arrays and determine it that way.

Eric
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic