1
Answer

Changing Linkbutton css styles during Runtime

Sreenath G

Sreenath G

13y
2.7k
1
 

Hi,

I want to change css style from the same Css file during runtime. I am doing this as follows…

aObjLnkBtn.CssClass.Remove(0, aObjLnkBtn.CssClass.Count());

 

aObjLnkBtn.CssClass = "selected";

 

But, it is not been applied. How can I achieve this.

Thanks

Sreenath

Answers (1)