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 have created a page for feedback form, it has few panels for controlling different visibilities, and a regular asp:button.
For some reason clicking on the button does nothing. It doesn't fire up the OnClick event, and doesn't even do postback.
I also tried LinkButton, OnClick did fire up postback and the event, but all the TextBoxes were empty.. So there is something really weird going on with my page. Does anyone have any tips on how to solve this?