PDA

Click to See Complete Forum and Search --> : I need some advice with list


Borry
May 23rd, 2004, 07:16 AM
Hello everybody,


I need to create a list which you can give a certain value from 1 to 7.

Each value needs to be unique. So it will look like this :

"banana" 4
"apple" 5
and so on

so someone needs to give points to my values.
Is there any standard way for doing this ? Or will I need to do it by calculations ?

Thanks in advance,

Bjorn

Lethal
May 24th, 2004, 07:34 AM
You can use one of my many list controls and when the form is submitted, you can iterate through the items collection and do your validation.