Answer: We have control's Style attribute as CSSStyleCollection sealed class.Through which we can set border-style as shown:-
Button4.Style["border-style"] = "dashed";
Button5.Style["border-style"] = "dotted";
Asked In: Many Interviews |
Alert Moderator