When I first looked at this I recalled that it is possible to set a default
Enter button for a form.
Too bad what I recalled was for Windows forms, not Web forms! <g>
A Google search should reveal some of the issues as to why IE operates the
way it does with respect to submitting forms on Enter.
I was looking for a way to turn off the behavior.
I found a nice script for killing the Enter key and embedded it in my Base
page as a Property so I can automatically disable Enter on all pages except
those that I want it available on.
--
Joe Fallon
"Eric Marvets" <> wrote in message
news:...
> I never found away around that....technically.
>
> What I do is make Update a button and Cancel and Delete LinkButtons. That
> way enter makes the update occur and the user will have to click the link
> button to submit it.
>
> --
> Eric Marvets
> Principal Consultant
>
> the bang project
>
> <shameless self promotion>
>
> Email for Information on Our Architecture and
> Mentoring Services
>
> </shameless self promotion>
>
>