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