Next Button does not trigger ForgotPasswordNextButton_Click

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
itnovator
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Tue Jan 07, 2014 11:23 am

Next Button does not trigger ForgotPasswordNextButton_Click

Post by itnovator » Mon Mar 03, 2014 8:03 am

AbleCommerce Version: R3.
Control: LoginDialog

When debugging, clicking of "ForgotPasswordNextButton" does not get break. Just want to do simple break point walk through it event handler function "ForgotPasswordNextButton_Click()". However, why debugger does not trigger the break in the function?

The reason why I need to walk through this function is that ForgotPassword sends out empty Email to customers who request changing of password.

Very strange!! Anyone has any thought!
Thanks.
Fun programming!

itnovator
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Tue Jan 07, 2014 11:23 am

Re: Next Button does not trigger ForgotPasswordNextButton_Click

Post by itnovator » Mon Mar 03, 2014 8:48 am

Although I still did not understand why the break in ForgotPasswordNextButton_Click() function was not triggered, but I solved the missing ForgotPassword template problem. All templates are inside /App_Data/EmailTemplates/1/...

Still, anyone knows why the break was not triggered?
thanks,
Fun programming!

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Next Button does not trigger ForgotPasswordNextButton_Click

Post by mazhar » Thu Mar 13, 2014 8:46 am

One guess could be debugging and testing on different instances. For example when tried to debug your app may be in debug mode on bundled IIS which starts an instance on different ports while you were trying test via access the website on Local configured IIS. This happen to me when I configure website on local IIS but forget to set startup URL of VS project to external web server.

itnovator
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Tue Jan 07, 2014 11:23 am

Re: Next Button does not trigger ForgotPasswordNextButton_Click

Post by itnovator » Fri Mar 14, 2014 11:35 am

Thanks, Mazhar, that is the most likely answer I could have thought of. I was moving forward to continue on this project. Come back this issue late.
Fun programming!

Post Reply