Using MVC 3
I have a questionaire that has three sections. The page that contains the questionaire has a “next”,”previous” and “save” button? When I click any of these buttons I want an ajax call to an Actioncontroller called “Question/SectionComplete” if it returns true I want to update menu div with the css that displays complete icon.
Can anyone help get started with sample code?
In controller: