I have a simple form in ASP.NET MVC.开发者_运维百科I am trying to post these results to a controller action and I am getting strange behavior.
I\'ve got a View where I use a naming-convention on my text-fields, to indicate what should be done with the content once it is posted back to my controller.
I am using the MVC validation library from link text. I chose this library because I am also using .NetTiers which generates all of the Validation Attributes using MS Enterprise Library Validation Blo
If I receive a generic error in my ASP.NET MVC 2.0 Beta app and catch it.I notice that the next time I post that the model returned to my post is always null.Do I need to clear out the ModelSt开发者_运
The question is in the title, actually - let\'s say I have a simple class like this: public class Product {
In my application I have a custom model binder that I set to the DefaultBinder in the global.asax: ModelBinders.Binders.DefaultBinder = new XLDataAnnotationsModelBinder();