How to make Textbox text in BOLD letter?

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

We use Font-Bold property to make text in bold letter.
Font-Bold property has True/False value.

For Example:-
<asp:TextBox ID="TextBox1" runat="server" Font-Bold="true" Text="Vishal"></asp:TextBox>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response