I’m working on my first MVC project. I have very little knowledge on jscript, jquery, ajax..
I need to show the users a page where is a dropdownlist, a image and a create button. The purpose is to a user select a type of object to create. When the user changes the item in the dropdownlist the image has to change without reloading the all page. Then when he hits the create button i have to pass the selected value. I’m using MVC 3 with Razor views.
My question is how do i do this? Code for Action and View. 🙂
Thanks in advance.
Html
Script
On Server
You must include jQuery in view.