I created a username and password textbox and a submit button in ASP.Net. I indexed them 1, 2, and 3. In the old ASP when I hit enter in the password box the submit button code would execute. I can't get this to work in ASP.Net. I tried looking up the namespace for the keypress event code, but I only found information on regular windows programs not web programs. <BR><BR>Can you use the keypress event in a web form?<BR>