Say you have this:开发者_如何学JAVA public class ShoppingCart { public IList<CartItem> cartItems {get; set; }
Just wondering if anyone know if in general you can use the MVC UI helpers in a classic ASP.Net project. Obviously you would have to be mindful not to you the form helper, etc. But I have some helpers