5
Answers

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

Akash Agarwal

Akash Agarwal

16y
8k
1

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)