Problem on productinfo

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
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
Hace 14 años
Note: on other pages, everything is working as it should be.
Hace 14 años
Restore the orgininal page and try again?
Hace 14 años
They are identical.
Hace 14 años
OK, the prolem lies somewhere in the twocolumn master page, because when I change it to the onecolumn masterpage. The problem is gone.
Hace 14 años
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.