Hi,
I want to set the forecolor for the text in the Rad Combo box using the java script. Please help me to solve this issue.
i am using the following code:
I want to set the forecolor for the text in the Rad Combo box using the java script. Please help me to solve this issue.
i am using the following code:
var
rcbCat = $find('<%=rcbSugSphereR.ClientID %>');
if (rcbCat.get_text() != "--Select Category--") {
PrdName = rcbCat.get_text();
rcbCat.style.forecolor =
"Red";
}
Thanks & regards,
Sushanth Mathew