Configuration of Application (MVC)

Posted by Felipe on Stack Overflow See other posts from Stack Overflow or by Felipe
Published on 2010-06-14T14:30:35Z Indexed on 2010/06/14 14:32 UTC
Read the original article Hit count: 145

Filed under:
|
|

Hi all.

I have an application in asp.net mvc 2, and in this application, there are some parts that need to obey an configuration, for example. The app has an document management and the number of document (a field of my domain), need to be manual or automatic, and this choise will be consider in configuration.

So, is there any pratice to do this? Need I render the number field (with hidden fields) in my View or it's not necessary? ViewData["key"] is recommended to make the form ?

Thanks!

Cheers

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about configuration