Hi All,
I want to display an underline on a character of Button control, I am using that character as a Access Key for that button.
please help me out to solve this requirement.
for example i have one submit button and i want to display character 'S' as underlined
Submit

Manish Kumar ChoudharyPosted Mar 31, 2015, 1:22 AM
http://stackoverflow.com/questions/8719943/html-character-code-to-underline-next-character
like
Vikram AgrawalPosted Mar 31, 2015, 1:18 AM
Hi Manish,
thank you for your response. but the link you have suggested is only for setting the access key not for displaying underscore on specified character.
Please suggest any other solutions
Manish Kumar ChoudharyPosted Mar 31, 2015, 1:08 AM
Go through following links it will help you.
http://www.codeproject.com/Articles/82246/JavaScript-and-Shortcut-Keys
http://aspdotnetcodebook.blogspot.nl/2008/03/how-to-create-shortcut-key-in-aspnet.html
Vikram AgrawalPosted Mar 31, 2015, 1:06 AM
Hi Manish,
I am using asp.net web application.
In Windows Forms it is very simple, we need to prefix that character with '&' but it is not working in web application.
Please help me to do this.
Thanks
Manish Kumar ChoudharyPosted Mar 31, 2015, 12:58 AM