Answer: We have control's ATTRIBUTES ADD static method.In this method we have to pass style as KEY and border-style CSS property and value like solod,dotted,dashed,groove and so on as VALUE in it.
For Example:-
Button4.Attributes.Add("style", "border-style:dotted");
Asked In: Many Interviews |
Alert Moderator