Hello, I have a bunch of text boxes in my ASP.NET MVC view which are submitted to the server. How could I preserve the current focus so that the user can simply hit enter on any text box or click a submit button, and when the page returns (this is all via GET) the focus is where the user left off?
Thank you!