Hi Jeffrey,
>> On a NetWebForm, how can I change the position of the Save (Submit) button?
I have just one input field and want to have the Submit button after this field on the same line.
the trick here is to turn off the "save" button on the layout tab.
Then _add_ a button (of type save) into your form.
So obviously, you can put it inline with the other fields.
cunning heh?
>> I understand that I cannot use an Other button, because when the user press on the Enter key (cursor is still in the input field!) then the ValidateAll routine won't take place. So I have to use the default Save button which I can tick on in the templates.
This is a form, not a browse, so here there are a variety of "types" for a button. (And indeed "other" isn't one of them.)
If you add the css class "nt-hidden" to the button I believe it'll become invisible, but still work if the user presses enter. You may need to test that. However I would rather recommend leaving a small "login" button visible to the user. There are many cases where it's not obvious you need to press "enter" (on screen keyboards being the most obvious) and so giving the user a button to press is a good thing.
Cheers
Bruce