I'm trying to retrieve an Int value from Textbox of each row on GridView, this Textbox is in into ItemTemplate, and the problem is when I have 2 products on cart and change the quantity of second one, and click refresh it only retrieve the value of 1st product and quantity becomes same as 1st product, example if I have 20 products x, and want to put 44 products y, when I click refresh, it check the 1st textbox and retrieve the 1st product Textbox value, 20. Resuming, it only validate the 1st textbox value control of gridview and ignore rest Textboxes (I have done all tests with breakpoint, that's why I have this conclusion).