ASP.NET MVC Data passing
- by user295541
Hi,
I need a good example or guideline which could give me a pattern for data passing between view and partial view.
For example I have a view which contains several partial views. I refresh these partial view by ajax. So I need to pass data among view and its partial views.
The best way would be if I could pass data without using Temp data dictionary.
Anybody know a good article about this?
l.