Answer: With the help of
BorderColor control' in-built property ,we can apply Border color to any controls.
For Example:-
<asp:Button ID="btn_save" runat="server" Text="Save" BorderColor="Yellow" />
<asp:TextBox ID="txt_name" runat="server" BorderColor="Pink"></asp:TextBox>
Asked In: Many Interviews |
Alert Moderator