Akash Agarwal

Akash Agarwal

  • NA
  • 13
  • 27.7k

I want the first character of my Button control Text property to be underlined

Nov 27 2008 1:56 AM

I have a button control in my asp.net 2.0 web application as below

<asp:Button ID="Button1" runat="server" Text="Submit" />

I want the  first character of my Text property to be underlined like this "Submit".

help me


Answers (5)