ASP.NET MVC Data passing
Posted
by user295541
on Stack Overflow
See other posts from Stack Overflow
or by user295541
Published on 2010-05-03T13:07:56Z
Indexed on
2010/05/03
13:18 UTC
Read the original article
Hit count: 460
ASP.NET
|asp.net-mvc
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.
© Stack Overflow or respective owner