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