how to pass data of partial view into view in mvc4?
I have one partial view and one simple Index view I have dragged partial view into simple Index view.Now I entered data into partial view and after click on button I want to pass data Index view. Please give me solution
Anupam SinghPosted Jul 2, 2014, 5:13 AM
e.g.
Atul BandPosted Jul 2, 2014, 4:34 AM
Anupam SinghPosted Jul 2, 2014, 3:56 AM
data into hidden fields in your parent view (Index in your case).
Than you can simple retrieve it using HttpContext or Formcollection (if you dont have property in model).