ASP.NET MVC 2.0 Unused Model Property being called when posting a product to the server?
- by Erx_VB.NExT.Coder
i have my auto-generated linq to sql classes, and i extend this class using partial classing (instead of using inheritance), and i have properties that that i've put in later which are not part of the database model and should not be. these are things like "FinalPrice" and "DisplayFinalPrice" - in the dbase, there is only RetailPrice and…