Is it possible to trigger a form POST when changing a value of a select list WITHOUT using Javascript if possibe?
I’m using ASP.NET WebPages Razor but for the life of me cannot figure out how.
How would it be done with Javascript if Razor syntax cannot be used?
This SO post shows how to do it with jQuery. I hope that gets you started. Also see this blog post