I have a general question and I have no code to show (because I wouldn’t know what to try).
I have tried to research this, but I guess I’m either not searching for the right keywords (or looking up the right words in my book’s index), or such thing doesn’t come easily.
All I want to know is if there is a way to post, using the common form method, in WebMatrix (C#) that will not change the position of the screen after post, regardless of what that position may be?
It may not exist, but it seems like it might, and I would hate to think it didn’t exist, if indeed it did, just because I couldn’t find any topics on it.
Usually you’d use Javascript/Ajax to submit your post asynchronously. But since you asked for the “common post method”, which I assume you mean a normal button-click post event, you should check this answer:
ASP.NET MVC3 Razor – Maintain scroll position on postback