My code is below. When I run it in IE 10 and click button, Page.Request.Form["button"] returns the innerText of the button, "Add to Cart" instead of Value of the button, serverControl. However, it works in Google Chrome. I use Visual Studio 2013 Professional with Update 2 for the code. How to solve the issue? I did search for the issue, and found someone had the same problem but no solution.
using System.Web.UI.WebControls;
using System. Go to the complete details ...