i have 2 views(2 view pages) in first view page i wiil display some names in this page i will have add button after clicking on add button it will redirect to another page(2nd view page) in this i will display muliti selected list or listview then i wiil select multiple items from multi selected list now this selected items has to bind with first view names and display updated list in 1st page?
ya my question is this selected items in 2nd view page has to bind with 1st view page and display how to do this using mvc razor for mobile application?