I m trying to find a reusable way to set focus from one text box to another upon enter using ASP.NET, but using client-side JavaScript to do so.
The only reason I mention this is to be done in ASP.NET, is due to the fact that client Id s of the controls that ASP.NET renders can be different than what was specified in the markup.