ASP.Net MVC - How to postback to the server when a dropdown changes (softwaredevelopmentexperiences.blogspot.com)
submitted by
dwcarter(94) 1 year, 4 months ago
I recently needed to call a controller action on the server when a dropdown list on a web page changed. This is a fairly common scenario and in this case I was needing to show a list of options from the database based on the value of the dropdown. If the dropdown was contained within a form element I could have called the form submit method and posted back that way, but it wasn't so I had to come up with another way.
|category: ASP.NET
|Views: 54
tags:
ASP.NET another
Everyones tags:
Your Tags: