Hi, i am having a server control (Asp:Label) and i want to apply the css class dynamically
but it is applying to the label in all browsers except in IE7
in all browsers the dynamic css classes are applying but in IE7 it is not applying
can u give any solution or any alternate solution
i am giving the sample code as:
"((Label)e.Item.FindControl("lblPrice")).Attributes.Add("class", "liforrent");"
I want to apply this class "liforrent" to the label dynamically because the label will contains different colors like red,blue, green
Thanks and Regards, Vara Prasad.M
Vara Prasad.M