forum

Home / DeveloperSection / Forums / Passing values from one view to another view.

Passing values from one view to another view.

James Smith876307-Sep-2011
Hi....
I want to pass values of one view to another view in mvc. For example suppose I have a view which have fields EmployeeID and EmployeeName. When I click on Submit button then those values will display on another page.
I can do it by using ViewData or ViewBag property but I would like to do it without help of these properties.

Please help me.

Updated on 09-Sep-2011

Can you answer this question?


Answer

1 Answers

Liked By