I have a .aspx page (we'll call it Form1) with a
datagrid on it. The datagrid gets the data from the database. The datagrid on Form1 also has a button which is called Add to cart.
I have another .aspx page (Form2) with an
gridview on it.
So each time the Add to cart button is press an item should be added to the gridview.
Can anyone out there help as i have spent 2 days searching for this
datagrid on it. The datagrid gets the data from the database. The datagrid on Form1 also has a button which is called Add to cart.
I have another .aspx page (Form2) with an
gridview on it.
So each time the Add to cart button is press an item should be added to the gridview.
Can anyone out there help as i have spent 2 days searching for this
Comment