Hi everyone.
I'm reading Steven Sanderson's book Pro ASP.NET MVC 2 Framework.
In his book, he use multiple web forms on a single web page to list products from database and provide Add to cart functionality.
When should I take this approach vs having single web form and using jquery selectors to add certain products to shopping cart?
Thank you for your help!