My login page has two textbox objects and a submit button object (each text box has required field validators too).
The login page submit button will respond to pressing the enter key, and the request.form collection contains the three text boxes and the submit button.
My problem: Another page, set up the same way, with only one text box and another submit button - the submit button has no focus (i have not specifically set focus either)
will not respond to enter key.
I can't see any difference between the way the two pages are set up. I am using code_behind coding.
Does anyone have any suggestions; is this a tabindex problem?
Thank you
Nelson
The login page submit button will respond to pressing the enter key, and the request.form collection contains the three text boxes and the submit button.
My problem: Another page, set up the same way, with only one text box and another submit button - the submit button has no focus (i have not specifically set focus either)
will not respond to enter key.
I can't see any difference between the way the two pages are set up. I am using code_behind coding.
Does anyone have any suggestions; is this a tabindex problem?
Thank you
Nelson