Does asp.net give you any way to do the following?
I am using asp.net 2003 w/ vb.net 2003.
Thanks in advance for the help!
Brett
Code:
<select>
<option style="background-color:green; color:white">Pass</option>
<option style="background-color:red; color:white">Fail</option>
</select>
I am using asp.net 2003 w/ vb.net 2003.
Thanks in advance for the help!
Brett