You can add css style to any of asp.net control dynamically as given below
btnViewed.Style["font-weight"] = “bold”;
Hopefully it will help.
You can add css style to any of asp.net control dynamically as given below
btnViewed.Style["font-weight"] = “bold”;
Hopefully it will help.