For example, I have a ASP.NET form with various buttons on it. I want one of them to be the button that is clicked when you press ENTER. At the moment ASP.NET appears to pick whichever one it feels like - there doesn't seem to be anyway to choose it (tab order or anything).

If I need to use some JavaScript then so be it - can you tell me what I need to do in JavaScript to achieve this.