I have 9 different drop boxes with these values
01
02
03
04
05
06
07
08
09
I have to ensure that the options selected from these drop boxes are different from each other and no two drop boxes have the same value.
Someone guide me on how to do such validation on server side instead of JS Client side.
thanks in advance,
Kris