A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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!!