Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Got a very peculiar problem.
I got a usercontrol in which I placed a button. I added this macro in ucommerce checkout page:
i.e /shop/checkout/ page
Button in the usercontrol is not firing. Its being redirected to http://localhost/shop/checkout/?catalog=Sample+Catalog.
But when I placed this macro in any other page, its working fine.
Please suggest a solution for this.
Neo
make sure you got a form tag somewhere around it?
Yes there is form tag.
In the /shop/checkout/ page the rendered form tag is as follows:
<form method="post" action="/shop/checkout/?catalog=Sample+Catalog" id="ctl01">
for any other page its like this:
<form method="post" action="/contact" id="ctl01">
Any ideas?
http://www.codeproject.com/Answers/75589/button-click-event-does-not-fire-when-using-form-m.aspx#answer3
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Button Event not firing
Hi
Got a very peculiar problem.
I got a usercontrol in which I placed a button. I added this macro in ucommerce checkout page:
i.e /shop/checkout/ page
Button in the usercontrol is not firing. Its being redirected to http://localhost/shop/checkout/?catalog=Sample+Catalog.
But when I placed this macro in any other page, its working fine.
Please suggest a solution for this.
Neo
make sure you got a form tag somewhere around it?
Yes there is form tag.
In the /shop/checkout/ page the rendered form tag is as follows:
<form method="post" action="/shop/checkout/?catalog=Sample+Catalog" id="ctl01">
for any other page its like this:
<form method="post" action="/contact" id="ctl01">
Any ideas?
http://www.codeproject.com/Answers/75589/button-click-event-does-not-fire-when-using-form-m.aspx#answer3
is working on a reply...