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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -