Hi Experts,
I have been successful on calling my own ASP.NET web page using the Event Handlers. However, how do I pass something back?
For example, I would like to use "BeginCheckOut" event handler to validate the customer's current shoppingcart. If it's invalid, I would like to show an Error Message and then stop the check cout process.
So, can I send some kind of error message from my event handler page and stop the checkout process? Or do I have to modify the source code for it?
Regards
Jungle