Answer: We have a
BorderStyle in-built control property through which we can set control border style.It has the same options as border-style CSS property.
For Example:-
<asp:Button ID="Button3" runat="server" Text="Button" BorderStyle="Solid" />
<asp:Button ID="Button5" runat="server" Text="Button" BorderStyle="Dotted" />
Asked In: Many Interviews |
Alert Moderator