Hi
I have a form with 35 check boxes say .. i have a sqlserver DB with table contains status & id column ..
Status may be 0 or 1 or -1 .. id column (PK) is like 1 ,2 ,3 .. 35 values .
What i need is i want to make use of status values and assign the background-color to checkboxs ..
NOTE : CHECKBOX1 belongs to ID with 1 .. LIKE THAT checkBox2 belongs to ID 2 .. ... ... CHECKBOX35 USEs ID 35 & Its status value to asign Background color ..
Thank you
Have a nice day