Hi
When a customer add a product to the basket, the Page_Load method in Default.aspx.cs is executed twice. The first time Page_Load is executed then when it gets to the Pageview.Load method it executes the Page_Load method again! The second time when it gets to the Pageview.Load method it continues to the Pageview.Output method as normal. But why is the Page_Load method executed twice when a product is added to the basket, and is it possible to avoid?
Regards
Lars Larsen, DIS