remove css class in code behind

后端 未结 8 944
说谎
说谎 2020-12-29 01:51

I have this control


I want to remove the

8条回答
  •  粉色の甜心
    2020-12-29 02:11

    NOTE: whether you add or replace a css class in codeBehind, remember to include equivalent attributes in both classes i.e. both having background-color, font-family...etc. because otherwise you may be fooled to think that the class never switched even though it did but didn't update the equivalent attributes.

提交回复
热议问题