Question:
onServerClick event of HTML input does not support code post-binding, it can't find the Button_Click function defined for it in the cs file.
Solution:
You must declare Button_Click function as protected or public