Different colors for listitems of radiobuttonlist
Hi,
Consider the following where rb is a radiobuttonlist control
rb.items.add("A")
rb.items.add("B")
rb.items.add("C")
rb.items.add("D")
Through the four lines I add four Items to the listt in differenr colors.
The Page Loads perfectly with the listitems in their specified colors.
But when I submit the Page It generates an error
A potentially dangerous Request.Form value was detected from the client (rb="
Please can anybody suggest me some way out of this problem .
Or any other better method to get the listitems of the Radiobuttonlist to appear in different colors.
-.. -..
__________________
-.. -..
|