asp.net mvc - How to pass data from one view to other view in mvc -


hi have scenario in have 3 views in first view have textbox , next button on click of next button second view shown , second view have textbox , next button third view final view has few textboxes , submit/finish button. on click of submit/finish button data view1,view2 , view3 should saved database. how achieved using asp.net mvc

you can use temp-data , keep method persist data in subsequent request. keep required field data temp-data , in 1 object(temp-data) , save them


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -