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