What is an alternative way of setting font as bold?

 Posted by vishalneeraj-24503 on 3/22/2014 | Category: ASP.NET Interview questions | Views: 2147 | Points: 40
Answer:

There is an in-built style property called font-weight,which can be applied on textbox,label t set their's font as bold.It has bold value.

For Example:-
<asp:TextBox ID="TextBox3" runat="server" style="font-weight:bold;" Text="Vishal"></asp:TextBox>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response