Link to home
Start Free TrialLog in
Avatar of chrisdtrinityphysicians
chrisdtrinityphysiciansFlag for India

asked on

ASP.NET C# 3.5 Web Application:- PASSWORD text box need to alert on focus if the end-user client machine keyboard CAPS LOCK ON

Hi,

    I am working with ASP.NET C# 3.5 Web Applications.

    My Requirement is:

    Let we say, the end-user / client machine keybord CAPS LOCK is in ON mode. Now the user clicks inside the PASSWORD text box in my web application (i.e.) PASSWORD textmode textbox getting focus. An alert / tooltip message need to dispaly like "CAPS KEY ON".
ASKER CERTIFIED SOLUTION
Avatar of TonyReba
TonyReba
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chrisdtrinityphysicians

ASKER

Fine solutions. Thanks.