G
Gav
Hi all,
I have written a UserControl for the use as a mini shopping cart/basket on
my website, I am saving the items in a Session variable.
My problem is that when the add item button is clicked the Page_Load event
in the UserControl is fired before the add button_click. So the page has to
be refreshed before it shows the item in the UserControl.
Does anyone know what I can do to fix this?
Thanks
Gav
I have written a UserControl for the use as a mini shopping cart/basket on
my website, I am saving the items in a Session variable.
My problem is that when the add item button is clicked the Page_Load event
in the UserControl is fired before the add button_click. So the page has to
be refreshed before it shows the item in the UserControl.
Does anyone know what I can do to fix this?
Thanks
Gav