How to make Textbox text font as Underline?

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

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

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


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response