asp.net mvc viewdata best practices

Posted by user319353 on Stack Overflow See other posts from Stack Overflow or by user319353
Published on 2010-04-18T23:46:02Z Indexed on 2010/04/18 23:53 UTC
Read the original article Hit count: 251

Filed under:

Hi: Am trying to understand the ASP.NET MVC ViewData with respect to its size. Since this object is passed between Controller to View, how big this could be? Say for example, if DataTable is passed from Model, and Controller is going to pass it to View. Is there any best practices OR any one had any bad experience to share here?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about asp.net-mvc