Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I am working on an MVC site which has an XForm form on one of the pages.
I added code in the global.asax.cs file like it is done here:
and the other event handlers below ....
The view:
Model:
Controller:
I attach to the IIS process, and add breakpoints in all the XForm events in the global.asax.cs file, go to the page having the XForm form and assumed that the events would be triggered. They are not.
Any suggestions why?
Thanks for any kind of guidance!!