Answer: We have a
BorderWidth in-built control property through which we can set control border.It's an alternative way of setting borders.
For Example:-
<asp:Button ID="Button3" runat="server" Text="Button" BorderWidth="1px" />
Asked In: Many Interviews |
Alert Moderator