How to make Text font as Italic?

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

We have a Font-Italic property in Asp.Net controls which is used for setting Text font as Italic.It has True/False property.Set Font-Italic property to true to make font italic.

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


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response