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?
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?