I have a problem where I have two forms that are identical except that the required fields are different.For example, let\'s say the forms have the same fields: X, Y, and Z.In Form #1, X is required,
I want to know how can I convert a strong typed v开发者_如何转开发iew Price field in to 2 digit specifier like i have got a money field in my db which converts for instance 15 into 15.0000 , i juts wa
In my ASP.NET MVC 3 project i have a reference to my DomainModel project. Th开发者_JS百科e problem occurs when i try to create a strongly-typed view. In the model class list my models from the Domai
I\'m actively developing desktop applications, local and network services, some classic ASP.NET, etc., so I\'m used to static compilation and static code analysis. Now that I\'m (finally) learning ASP
I have some internal automatic properties in开发者_JAVA技巧 my view model but my strongly-typed view doesn\'t see them.Everything is in the same assembly, so why is this happening?
I have a model that looks like this: public class P开发者_JS百科erson { public string PostalCode {get;set;}
Hi, Say that I got a action that returns to a strong typed view. This type is also the inparameter to the a开发者_如何学编程ction. To set the current page number(for a list on the page) I need to set
Essentially what I have is an entity class (Article) and one article may belong to n categories. This is where one would expect a field for the categories (say an ICollection) but the database is not
I need some clear mind thinking to provide some good suggestion how this kind of thing should be done to its best.
is there any way to re-build a strongly typed view when the 开发者_JAVA技巧model class has new fields added?