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
Post a Comment