G
Glenn
I currently have a page that contains a logon control and a Wizard
control. I am having an issue when the user hits the "Enter" key, the
user gets logged off. This is because the logon control appears at the
top of the page and the browser defines the first submit button that
appears on the page as the "default" button. On other pages I have
resolved this issue by wrapping my input controls in an ASP Panel and
setting the panel's default button to the appropriate button. However,
since the Wizard controls dynamically generates the Next, Previous,
etc... buttons, I can not set the default button in the panel.
Has anyone else ran into this issue? Can anyone suggest possible solutions?
Thanks
control. I am having an issue when the user hits the "Enter" key, the
user gets logged off. This is because the logon control appears at the
top of the page and the browser defines the first submit button that
appears on the page as the "default" button. On other pages I have
resolved this issue by wrapping my input controls in an ASP Panel and
setting the panel's default button to the appropriate button. However,
since the Wizard controls dynamically generates the Next, Previous,
etc... buttons, I can not set the default button in the panel.
Has anyone else ran into this issue? Can anyone suggest possible solutions?
Thanks