What is an alternative way of setting borders without CSS property?

 Posted by vishalneeraj-24503 on 6/4/2014 | Category: ASP.NET Interview questions | Views: 1172 | Points: 40
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 

Comments or Responses

Login to post response