I have a problem with the ASP.NET form. My master page has a form, and the daughter page also has a form that passes some javascript actions to add a product to the cart. But when I click on any button that has this master page, it automatically adds a product to the cart.
My teacher said that can not have form inside form.
I wonder if anyone has already gone through this or if there is a solution to this. Thanks