When I hit enter within a password box I need to call a code routine to check credentials. I can attach an event handler to capture the key event and I can check the keycode to check for the enter key. The problem is that when I access the password textbox control the value is empty even though I have typed in text. Any thoughts?