Hello all,
I am crating a shopping cart in a way that I have items displaying on buttons by using asp:repeater so whenever I click on button item bind behind the specific button is added on cart but it is added only once so if I want any item like I want 3 Pizza so the quantity does not increase ....therefore I am using a numeric pad so when I first click 3 from numpad and then click on pizza button then the quantity should become 3 pizza ...
So,could any one tell me how could I code this?????