Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TAB key
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00617619
Message ID:
00617642
Views:
19
>is there a way to tell if the TAB key was pressed in a textbox.?
>'In the keypress event I used this code:
>
>if ASC(e.keychar) = 13 then ' 13 for enter key
>
>but the tab key wasn't recognized or didn't fire the event.

The ascii value of the tab key is 9. 13 is for enter key, like you have in your comment!

-Dave
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform