Problem on productinfo

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Hello,

I'm dealing with a problem, and I'm stuck.

Hope that anyone give me a clue what to do.

I have done some modicifations to the standard code, but in some way, Something is going wrong. On the productinfo page, none of the buttons are raising an event, but are just refreshing the page. For example, the button add to cartin the ProductVariantsInGrid.ascx, when it is being pushed, it does not raise the rptVariants_OnItemCommand event, but instead, the page is refreshed, reloading the repeater again.

I someone has a clue, a hint, or better the solution :-) let me know!

Thx,
Jurgen
14 years ago
Note: on other pages, everything is working as it should be.
14 years ago
Restore the orgininal page and try again?
14 years ago
They are identical.
14 years ago
OK, the prolem lies somewhere in the twocolumn master page, because when I change it to the onecolumn masterpage. The problem is gone.
14 years ago
Found the problem. Appearantly the system was not too happy with:

<asp:ImageButton ID="imgOrderSummary" runat="server" ImageUrl="../App_Themes/blue/images/shopping_btn.gif"
                        PostBackUrl="~/ShoppingCart.aspx" />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.